return tx on sign tx.
This commit is contained in:
parent
7ce053ab05
commit
fbbc8f5fb2
@ -794,7 +794,7 @@ Transaction.fill = function(tx, options) {
|
|||||||
tx[key] = newTx[key];
|
tx[key] = newTx[key];
|
||||||
});
|
});
|
||||||
|
|
||||||
return isTx ? true : tx;
|
return tx;
|
||||||
};
|
};
|
||||||
|
|
||||||
Transaction.prototype.getHash = function(enc) {
|
Transaction.prototype.getHash = function(enc) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user