mirror of
				https://git.wownero.com/wowlet/wowlet.git
				synced 2024-08-15 01:03:14 +00:00 
			
		
		
		
	Merge pull request 'Tails: fix slow wallet open' (#72) from tobtoht/feather:tails_fix_slow_open into master
Reviewed-on: https://git.wownero.com/feather/feather/pulls/72
This commit is contained in:
		
						commit
						a325883b62
					
				
					 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