better tx create at confirm
This commit is contained in:
parent
0ed46f1f65
commit
d7e025c2d0
7 changed files with 34 additions and 29 deletions
|
|
@ -852,6 +852,8 @@ angular.module('copayApp.services').factory('walletService', function($log, $tim
|
|||
|
||||
askPassword(wallet.name, gettext('Enter Spending Password'), function(password) {
|
||||
if (!password) return cb('no password');
|
||||
if (!wallet.checkPassword(password)) return cb('wrong password');
|
||||
|
||||
|
||||
return cb(null, password);
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue