Nodes: force reconnect when new wallet is opened

This commit is contained in:
tobtoht 2020-12-22 02:13:24 +01:00
parent 45b3f1ebde
commit d568e4e1b6
No known key found for this signature in database
GPG Key ID: 1CADD27F41F45C3C
1 changed files with 1 additions and 1 deletions

View File

@ -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) {