mirror of
				https://git.wownero.com/wowlet/wowlet.git
				synced 2024-08-15 01:03:14 +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
 | 
					    // auto connect
 | 
				
			||||||
    m_wsExhaustedWarningEmitted = false;
 | 
					    m_wsExhaustedWarningEmitted = false;
 | 
				
			||||||
    m_customExhaustedWarningEmitted = false;
 | 
					    m_customExhaustedWarningEmitted = false;
 | 
				
			||||||
    this->autoConnect();
 | 
					    this->autoConnect(true);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
void Nodes::connectToNode(const FeatherNode &node) {
 | 
					void Nodes::connectToNode(const FeatherNode &node) {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue