refresh transaction history on wallet change

This commit is contained in:
Jacob Brydolf 2016-10-29 16:59:31 +02:00
parent fd67c61bf2
commit 6b7adbce1b
No known key found for this signature in database
GPG Key ID: DE46246550D2F3C5
1 changed files with 1 additions and 1 deletions

View File

@ -436,7 +436,7 @@ ApplicationWindow {
// close wallet and show wizard
function showWizard(){
walletInitialized = false;
splashCounter = 0;
walletManager.closeWallet(currentWallet);
wizard.restart();