[test] explicitly check default -minrelaytxfee and -incrementalrelayfee

Github-Pull: #33106
Rebased-From:  1fbee5d7b6
This commit is contained in:
glozow
2025-08-11 16:58:21 -04:00
parent cf875f1559
commit e3273e03b1
2 changed files with 13 additions and 0 deletions

View File

@@ -18,6 +18,10 @@ from .wallet import (
MiniWallet,
)
# Default for -minrelaytxfee in sat/kvB
DEFAULT_MIN_RELAY_TX_FEE = 1000
# Default for -incrementalrelayfee in sat/kvB
DEFAULT_INCREMENTAL_RELAY_FEE = 1000
def fill_mempool(test_framework, node):
"""Fill mempool until eviction.