wallet: pass options into sign from send.
This commit is contained in:
parent
52ac8da3a0
commit
839a73f404
@ -1074,7 +1074,7 @@ Wallet.prototype.send = function send(options, callback) {
|
||||
if (err)
|
||||
return callback(err);
|
||||
|
||||
self.sign(tx, function(err) {
|
||||
self.sign(tx, options, function(err) {
|
||||
if (err)
|
||||
return callback(err);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user