wallet: Enable -walletrbf by default

This commit is contained in:
Andrew Chow
2022-07-13 16:20:35 -04:00
parent 31c6309cc6
commit e3c33637ba
2 changed files with 2 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ class ListTransactionsTest(BitcoinTestFramework):
self.num_nodes = 3
# This test isn't testing txn relay/timing, so set whitelist on the
# peers for instant txn relay. This speeds up the test run time 2-3x.
self.extra_args = [["-whitelist=noban@127.0.0.1"]] * self.num_nodes
self.extra_args = [["-whitelist=noban@127.0.0.1", "-walletrbf=0"]] * self.num_nodes
def skip_test_if_missing_module(self):
self.skip_if_no_wallet()