mirror of
https://git.wownero.com/wowlet/wowlet.git
synced 2024-08-15 01:03:14 +00:00
Nodes: force reconnect when new wallet is opened
This commit is contained in:
parent
45b3f1ebde
commit
d568e4e1b6
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ void Nodes::connectToNode() {
|
|||
// auto connect
|
||||
m_wsExhaustedWarningEmitted = false;
|
||||
m_customExhaustedWarningEmitted = false;
|
||||
this->autoConnect();
|
||||
this->autoConnect(true);
|
||||
}
|
||||
|
||||
void Nodes::connectToNode(const FeatherNode &node) {
|
||||
|
|
Loading…
Reference in a new issue