! fixed bug in importing single account to the wallet

! fixed bug when smart contract transactions were causing problems
This commit is contained in:
Taegus
2019-01-20 20:28:24 +01:00
parent 6f78865edc
commit ffaa1a3230
3 changed files with 46 additions and 40 deletions

View File

@@ -193,7 +193,7 @@ $(document).on("render_wallets", function() {
position: 'topRight',
timeout: 2000
});
} else {
} else if (ImportResult.success == false) {
EthoMainGUI.showGeneralError(ImportResult.text);
}