Browse Source

added bitcointalk reference

patch-2
Manuel Araoz 11 years ago
parent
commit
057b7c2a0d
  1. 1
      Transaction.js

1
Transaction.js

@ -499,6 +499,7 @@ Transaction.prototype.hashForSignature =
if (hashTypeMode === SIGHASH_SINGLE) { if (hashTypeMode === SIGHASH_SINGLE) {
if (inIndex >= txTmp.outs.length) { if (inIndex >= txTmp.outs.length) {
// bug present in bitcoind which must be also present in bitcore // bug present in bitcoind which must be also present in bitcore
// see https://bitcointalk.org/index.php?topic=260595
// Transaction.hashForSignature(): SIGHASH_SINGLE // Transaction.hashForSignature(): SIGHASH_SINGLE
// no corresponding txout found - out of bounds // no corresponding txout found - out of bounds
var ret = new Buffer(1); var ret = new Buffer(1);

Loading…
Cancel
Save