From 375ebadbf8f4bc9568c5280a75a20faa8cf9c31b Mon Sep 17 00:00:00 2001 From: glozow Date: Mon, 22 Aug 2022 14:57:39 +0100 Subject: fixups for BIP125 doc cleanup Grammar and readability fixups. Clarifies "bip125-replaceable" helpstrings. --- src/policy/rbf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/policy') 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}; -- cgit v1.2.3