Added warning about non-named accounts & Code Clean up.
This commit is contained in:
@@ -1474,6 +1474,13 @@ $(document).on("render_uploads", function () {
|
||||
$('#walletpasswordtable').hide();
|
||||
$('#privatekeytable').show();
|
||||
} else {
|
||||
console.log("I'm Running bro");
|
||||
(function($, _M) {
|
||||
M.toast({
|
||||
html: 'If you wallet has a default name, it will not be able to be selected.',
|
||||
displayLength: 10000
|
||||
});
|
||||
}(jQuery, M));
|
||||
privateKeyLogin = false;
|
||||
$("#sendFromAddressValue").show();
|
||||
$('#privatekeytable').hide();
|
||||
|
||||
Reference in New Issue
Block a user