added bitcointalk reference

This commit is contained in:
Manuel Araoz 2014-03-26 14:50:50 -03:00
parent 18630bb2b1
commit 057b7c2a0d
1 changed files with 1 additions and 0 deletions

View File

@ -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);