Skip to content

Commit 27b7755

Browse files
committed
[doc] assert that default min relay feerate and incremental are the same
Github-Pull: bitcoin#33106 Rebased-From: d6213d6
1 parent e3273e0 commit 27b7755

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/node/mempool_args.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ util::Result<void> ApplyArgsManOptions(const ArgsManager& argsman, const CChainP
5656
}
5757
}
5858

59+
static_assert(DEFAULT_MIN_RELAY_TX_FEE == DEFAULT_INCREMENTAL_RELAY_FEE);
5960
if (argsman.IsArgSet("-minrelaytxfee")) {
6061
if (std::optional<CAmount> min_relay_feerate = ParseMoney(argsman.GetArg("-minrelaytxfee", ""))) {
6162
// High fee check is done afterward in CWallet::Create()

0 commit comments

Comments
 (0)