From 614a213d449244cadbdb83f2e4db93c2fbc8f816 Mon Sep 17 00:00:00 2001 From: Daniel Cousens Date: Sat, 10 May 2014 09:33:02 +1000 Subject: [PATCH] Transaction: remove untested hash array support --- src/transaction.js | 1 - 1 file changed, 1 deletion(-) 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({