wallet: unlock key last.
This commit is contained in:
parent
882b18e188
commit
86027e9668
@ -1008,11 +1008,11 @@ Wallet.prototype.sign = function sign(tx, options, callback) {
|
|||||||
if (typeof options === 'string' || Buffer.isBuffer(options))
|
if (typeof options === 'string' || Buffer.isBuffer(options))
|
||||||
options = { passphrase: options };
|
options = { passphrase: options };
|
||||||
|
|
||||||
this.master.toKey(options.passphrase, options.timeout, function(err, master) {
|
this.deriveInputs(tx, function(err, addresses) {
|
||||||
if (err)
|
if (err)
|
||||||
return callback(err);
|
return callback(err);
|
||||||
|
|
||||||
self.deriveInputs(tx, function(err, addresses) {
|
self.master.toKey(options.passphrase, options.timeout, function(err, master) {
|
||||||
if (err)
|
if (err)
|
||||||
return callback(err);
|
return callback(err);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user