Skip to content

Commit 5d36135

Browse files
committed
transaction: s/txout/txOut/
1 parent 833bf9f commit 5d36135

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/transaction.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ Transaction.prototype.hashForSignature = function (inIndex, prevOutScript, hashT
223223
} else if ((hashType & 0x1f) === Transaction.SIGHASH_SINGLE) {
224224
var nOut = inIndex
225225

226-
// only lock-in the txout payee at same index as txIn
226+
// only lock-in the txOut payee at same index as txIn
227227
// https://github.com/bitcoin/bitcoin/blob/master/src/test/sighash_tests.cpp#L60
228228
if (nOut >= this.outs.length) return one
229229

0 commit comments

Comments
 (0)