fix to find hush wallet.dat at startup

This commit is contained in:
DenioD
2019-10-27 10:54:23 +01:00
parent 3f9fd047fd
commit 09a7682afd
8 changed files with 4136 additions and 21 deletions

View File

@@ -112,7 +112,7 @@ void WormholeClient::connect() {
QObject::connect(m_webSocket, &QWebSocket::connected, this, &WormholeClient::onConnected);
QObject::connect(m_webSocket, &QWebSocket::disconnected, this, &WormholeClient::closed);
m_webSocket->open(QUrl("wss://wormhole.hushqtwallet.com:443"));
m_webSocket->open(QUrl("wss://wormhole.silentdragonlite.com:443"));
//m_webSocket->open(QUrl("ws://127.0.0.1:7070"));
}