aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorglozow <gloriajzhao@gmail.com>2024-02-09 22:06:26 +0000
committerglozow <gloriajzhao@gmail.com>2024-02-12 14:27:25 +0000
commit63b62e123e38cb92c2135e63eb1a5b760c11dd4e (patch)
tree02b878e043997d9f932506de1c9963ca283c1ffb /doc
parente3c17112ddfe740e5ab4c652d80ed1a19c13da5a (diff)
downloadbitcoin-63b62e123e38cb92c2135e63eb1a5b760c11dd4e.tar.xz
[doc] fix docs and comments from v3
Diffstat (limited to 'doc')
-rw-r--r--doc/policy/mempool-replacements.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/policy/mempool-replacements.md b/doc/policy/mempool-replacements.md
index 96ab4112e2..3fd7ff2ad2 100644
--- a/doc/policy/mempool-replacements.md
+++ b/doc/policy/mempool-replacements.md
@@ -12,7 +12,7 @@ other consensus and policy rules, each of the following conditions are met:
1. The directly conflicting transactions all signal replaceability explicitly. A transaction is
signaling BIP125 replaceability if any of its inputs have an nSequence number less than (0xffffffff - 1).
- A transaction also signals replaceibility if its nVersion field is set to 3.
+ A transaction also signals replaceability if its nVersion field is set to 3.
*Rationale*: See [BIP125
explanation](https://github.com/bitcoin/bips/blob/master/bip-0125.mediawiki#motivation).