Skip to content

Commit 62161fb

Browse files
authored
Merge pull request bitcoin#1625 from OrfeasLitos/typo
BIP143: fix typo
2 parents e8664b2 + a1590ca commit 62161fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bip-0143.mediawiki

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ Refer to the reference implementation, reproduced below, for the precise algorit
114114
ss << hashSequence;
115115
// The input being signed (replacing the scriptSig with scriptCode + amount)
116116
// The prevout may already be contained in hashPrevout, and the nSequence
117-
// may already be contain in hashSequence.
117+
// may already be contained in hashSequence.
118118
ss << txTo.vin[nIn].prevout;
119119
ss << static_cast<const CScriptBase&>(scriptCode);
120120
ss << amount;

0 commit comments

Comments
 (0)