diff options
Diffstat (limited to 'src/policy/v3_policy.h')
-rw-r--r-- | src/policy/v3_policy.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/policy/v3_policy.h b/src/policy/v3_policy.h index 25aff37a1b..90eaeda46f 100644 --- a/src/policy/v3_policy.h +++ b/src/policy/v3_policy.h @@ -15,8 +15,9 @@ #include <set> #include <string> -// This module enforces rules for transactions with nVersion=3 ("v3 transactions") which help make +// This module enforces rules for BIP 431 TRUC transactions (with version=3) which help make // RBF abilities more robust. +static constexpr decltype(CTransaction::version) TRUC_VERSION{3}; // v3 only allows 1 parent and 1 child when unconfirmed. /** Maximum number of transactions including an unconfirmed tx and its descendants. */ |