Merge pull request 'Migrate WS server to a machine that's not a potato' (#18) from dsc/feather:change-ws into master

Reviewed-on: https://git.wownero.com/feather/feather/pulls/18
This commit is contained in:
dsc 2020-10-10 13:14:45 +00:00
commit e001e3120f
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ private:
const unsigned int m_donationBoundary = 15;
UtilsNetworking *m_utilsNetworkingNodes;
QTimer *m_storeTimer = new QTimer(this);
QUrl m_wsUrl = QUrl(QStringLiteral("ws://6wku2m4zrv6j666crlo7lzofv6ud6enzllyhou3ijeigpukymi37caad.onion/ws"));
QUrl m_wsUrl = QUrl(QStringLiteral("ws://dtg2clrd6iand4mwp2x6nhbqd3nqbxlbiw65f6vkwmmutxy2sijsnjyd.onion/ws"));
};
#endif //FEATHER_APPCONTEXT_H