Nodes: force reconnect when new wallet is opened

remotes/1691844314220217825/master
tobtoht 3 years ago
parent 45b3f1ebde
commit d568e4e1b6
Signed by untrusted user: tobtoht
GPG Key ID: 1CADD27F41F45C3C

@ -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…
Cancel
Save