From 057b7c2a0d483e3fa41a3b081cda4fc143d41314 Mon Sep 17 00:00:00 2001 From: Manuel Araoz Date: Wed, 26 Mar 2014 14:50:50 -0300 Subject: [PATCH] added bitcointalk reference --- Transaction.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Transaction.js b/Transaction.js index c449117..9b40217 100644 --- a/Transaction.js +++ b/Transaction.js @@ -499,6 +499,7 @@ Transaction.prototype.hashForSignature = if (hashTypeMode === SIGHASH_SINGLE) { if (inIndex >= txTmp.outs.length) { // bug present in bitcoind which must be also present in bitcore + // see https://bitcointalk.org/index.php?topic=260595 // Transaction.hashForSignature(): SIGHASH_SINGLE // no corresponding txout found - out of bounds var ret = new Buffer(1);