mirror of
				https://git.wownero.com/wowlet/wowlet.git
				synced 2024-08-15 01:03:14 +00:00 
			
		
		
		
	Nodes: force reconnect when new wallet is opened
This commit is contained in:
		
							parent
							
								
									45b3f1ebde
								
							
						
					
					
						commit
						d568e4e1b6
					
				
					 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