diff options
author | Sebastian Falbesoner <sebastian.falbesoner@gmail.com> | 2022-08-18 00:15:21 +0200 |
---|---|---|
committer | Sebastian Falbesoner <sebastian.falbesoner@gmail.com> | 2022-08-18 00:15:21 +0200 |
commit | b21e522ce47a13e024488e43f1cd33a0f1769197 (patch) | |
tree | ac11885cdccbc999f4cea0109e51674539347449 /test/functional/wallet_bumpfee.py | |
parent | a75b7796b7b37be0d313d10a2ed683534ce7e95a (diff) |
test: speedup wallet tests by whitelisting peers (immediate tx relay)
Diffstat (limited to 'test/functional/wallet_bumpfee.py')
-rwxr-xr-x | test/functional/wallet_bumpfee.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/wallet_bumpfee.py b/test/functional/wallet_bumpfee.py index 9a481b290b..d039942534 100755 --- a/test/functional/wallet_bumpfee.py +++ b/test/functional/wallet_bumpfee.py @@ -53,6 +53,7 @@ class BumpFeeTest(BitcoinTestFramework): "-walletrbf={}".format(i), "-mintxfee=0.00002", "-addresstype=bech32", + "-whitelist=noban@127.0.0.1", ] for i in range(self.num_nodes)] def skip_test_if_missing_module(self): |