mirror of
https://github.com/feather-wallet/feather.git
synced 2024-12-23 12:09:50 +00:00
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:
commit
441c32bc30
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