return tx on sign tx.

This commit is contained in:
Christopher Jeffrey 2014-12-09 09:46:40 -08:00
parent 7ce053ab05
commit fbbc8f5fb2
1 changed files with 1 additions and 1 deletions

View File

@ -794,7 +794,7 @@ Transaction.fill = function(tx, options) {
tx[key] = newTx[key];
});
return isTx ? true : tx;
return tx;
};
Transaction.prototype.getHash = function(enc) {