mirror of
				https://git.wownero.com/wowlet/wowlet.git
				synced 2024-08-15 01:03:14 +00:00 
			
		
		
		
	Tails: fix slow wallet open
This commit is contained in:
		
							parent
							
								
									1febbc869f
								
							
						
					
					
						commit
						5c7c13d76a
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -330,9 +330,9 @@ void AppContext::onWalletOpened(Wallet *wallet) {
 | 
				
			||||||
    connect(this->currentWallet, &Wallet::transactionCreated, this, &AppContext::onTransactionCreated);
 | 
					    connect(this->currentWallet, &Wallet::transactionCreated, this, &AppContext::onTransactionCreated);
 | 
				
			||||||
    connect(this->currentWallet, &Wallet::connectionStatusChanged, this, &AppContext::onConnectionStatusChanged);
 | 
					    connect(this->currentWallet, &Wallet::connectionStatusChanged, this, &AppContext::onConnectionStatusChanged);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    this->nodes->connectToNode();
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    emit walletOpened();
 | 
					    emit walletOpened();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    this->nodes->connectToNode();
 | 
				
			||||||
    this->updateBalance();
 | 
					    this->updateBalance();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#ifdef DONATE_BEG
 | 
					#ifdef DONATE_BEG
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue