diff options
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}; |