diff --git a/src/transaction.js b/src/transaction.js index a0d77d0..6601ae9 100644 --- a/src/transaction.js +++ b/src/transaction.js @@ -68,7 +68,6 @@ Transaction.prototype.addInput = function (tx, outIndex) { } else { hash = typeof tx === "string" ? tx : tx.hash - hash = Array.isArray(hash) ? convert.bytesToHex(hash) : hash } this.ins.push(new TransactionIn({