mirror of
				https://git.wownero.com/wowlet/wowlet.git
				synced 2024-08-15 01:03:14 +00:00 
			
		
		
		
	Update balance directly after sending transaction
This commit is contained in:
		
							parent
							
								
									5b679da427
								
							
						
					
					
						commit
						cc9b8a9e6d
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -757,6 +757,8 @@ void AppContext::onTransactionCommitted(bool status, PendingTransaction *tx, con
 | 
			
		|||
    // Store wallet immediately so we don't risk losing tx key if wallet crashes
 | 
			
		||||
    this->currentWallet->store();
 | 
			
		||||
 | 
			
		||||
    this->updateBalance();
 | 
			
		||||
 | 
			
		||||
    emit transactionCommitted(status, tx, txid);
 | 
			
		||||
 | 
			
		||||
    // this tx was a donation to Feather, stop our nagging
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue