summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Atack <jon@atack.com>2024-06-25 16:28:48 +0000
committerGitHub <noreply@github.com>2024-06-25 16:28:48 +0000
commit62161fb7059b440bdb3f3ae218ab3f3c3108b561 (patch)
treef77ead44e575ea809a3ec6787c5950919ef08686
parente8664b28fb32e9c864243ad4596010a237540f6b (diff)
parenta1590ca121c112b1ff51b01a1215d719ec3783ae (diff)
downloadbips-62161fb7059b440bdb3f3ae218ab3f3c3108b561.tar.xz
Merge pull request #1625 from OrfeasLitos/typo
BIP143: 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 9935eaa..d7e514e 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;