Merge pull request 'Nodes: force reconnect when new wallet is opened' (#245) from tobtoht/feather:nodes_force_reconnect into master

Reviewed-on: https://git.wownero.com/feather/feather/pulls/245
This commit is contained in:
tobtoht 2020-12-22 23:11:18 +00:00
commit 441c32bc30
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) {