! fixed bug in importing single account to the wallet
! fixed bug when smart contract transactions were causing problems
This commit is contained in:
@@ -193,7 +193,7 @@ $(document).on("render_wallets", function() {
|
||||
position: 'topRight',
|
||||
timeout: 2000
|
||||
});
|
||||
} else {
|
||||
} else if (ImportResult.success == false) {
|
||||
EthoMainGUI.showGeneralError(ImportResult.text);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user