policy: enable full-rbf by default

Enable full rbf (mempool policy) by default and update tests accordingly.
This commit is contained in:
Peter Todd
2023-08-04 13:56:04 +00:00
committed by 1440000bytes
parent 195e98ea8e
commit 590456e3f1
5 changed files with 11 additions and 4 deletions

View File

@@ -54,6 +54,7 @@ class MempoolAcceptanceTest(BitcoinTestFramework):
self.num_nodes = 1
self.extra_args = [[
'-txindex','-permitbaremultisig=0',
'-mempoolfullrbf=0',
]] * self.num_nodes
self.supports_cli = False