summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOrfeas Stefanos Thyfronitis Litos <orfeas.litos@hotmail.com>2024-06-25 17:13:41 +0100
committerOrfeas Stefanos Thyfronitis Litos <orfeas.litos@hotmail.com>2024-06-25 17:24:41 +0100
commita1590ca121c112b1ff51b01a1215d719ec3783ae (patch)
treecd4681a69dc8847e16a07ec413fbb0dfdfa29a14
parent66a1a8151021913047934ebab3f8883f2f8ca75b (diff)
downloadbips-a1590ca121c112b1ff51b01a1215d719ec3783ae.tar.xz
Fix typo
-rw-r--r--bip-0143.mediawiki2
1 files changed, 1 insertions, 1 deletions
diff --git a/bip-0143.mediawiki b/bip-0143.mediawiki
index 81763a0..59b2bb5 100644
--- a/bip-0143.mediawiki
+++ b/bip-0143.mediawiki
@@ -114,7 +114,7 @@ Refer to the reference implementation, reproduced below, for the precise algorit
ss << hashSequence;
// The input being signed (replacing the scriptSig with scriptCode + amount)
// The prevout may already be contained in hashPrevout, and the nSequence
- // may already be contain in hashSequence.
+ // may already be contained in hashSequence.
ss << txTo.vin[nIn].prevout;
ss << static_cast<const CScriptBase&>(scriptCode);
ss << amount;