Skip to content

Commit a1590ca

Browse files
committed
Fix typo
1 parent 66a1a81 commit a1590ca

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)