diff options
author | glozow <gloriajzhao@gmail.com> | 2022-08-22 14:57:39 +0100 |
---|---|---|
committer | glozow <gloriajzhao@gmail.com> | 2022-08-22 14:59:58 +0100 |
commit | 375ebadbf8f4bc9568c5280a75a20faa8cf9c31b (patch) | |
tree | a499ad4dad54be581fba79d2f326f9d79b26c3be /src/policy | |
parent | c5f0cbefa369b0e4d99a4f871e6334955d537c1f (diff) |
fixups for BIP125 doc cleanup
Grammar and readability fixups.
Clarifies "bip125-replaceable" helpstrings.
Diffstat (limited to 'src/policy')
-rw-r--r-- | src/policy/rbf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/policy/rbf.h b/src/policy/rbf.h index 09c495506a..28c4e4bf9b 100644 --- a/src/policy/rbf.h +++ b/src/policy/rbf.h @@ -19,7 +19,7 @@ class CFeeRate; class uint256; -/** Maximum number of transactions that can be replaced by RBF Rule #5. This includes all +/** Maximum number of transactions that can be replaced by RBF (Rule #5). This includes all * mempool conflicts and their descendants. */ static constexpr uint32_t MAX_REPLACEMENT_CANDIDATES{100}; |