Skip to content

Commit 24cec4b

Browse files
MarcoFalkeSjors
authored andcommitted
test: Fix intermittent test failure in feature_backwards_compatibility
1 parent d8b705f commit 24cec4b

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

test/functional/feature_backwards_compatibility.py

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@ def set_test_params(self):
3737
self.num_nodes = 9
3838
# Add new version after each release:
3939
self.extra_args = [
40-
["-addresstype=bech32"], # Pre-release: use to mine blocks
41-
["-nowallet", "-walletrbf=1", "-addresstype=bech32"], # Pre-release: use to receive coins, swap wallets, etc
42-
["-nowallet", "-walletrbf=1", "-addresstype=bech32"], # v22.0
43-
["-nowallet", "-walletrbf=1", "-addresstype=bech32"], # v0.21.0
44-
["-nowallet", "-walletrbf=1", "-addresstype=bech32"], # v0.20.1
45-
["-nowallet", "-walletrbf=1", "-addresstype=bech32"], # v0.19.1
46-
["-nowallet", "-walletrbf=1", "-addresstype=bech32"], # v0.18.1
47-
["-nowallet", "-walletrbf=1", "-addresstype=bech32"], # v0.17.2
48-
["-nowallet", "-walletrbf=1", "-addresstype=bech32", "-wallet=wallet.dat"], # v0.16.3
40+
["-addresstype=bech32", "-whitelist=noban@127.0.0.1"], # Pre-release: use to mine blocks. noban for immediate tx relay
41+
["-nowallet", "-walletrbf=1", "-addresstype=bech32", "-whitelist=noban@127.0.0.1"], # Pre-release: use to receive coins, swap wallets, etc
42+
["-nowallet", "-walletrbf=1", "-addresstype=bech32", "-whitelist=noban@127.0.0.1"], # v22.0
43+
["-nowallet", "-walletrbf=1", "-addresstype=bech32", "-whitelist=noban@127.0.0.1"], # v0.21.0
44+
["-nowallet", "-walletrbf=1", "-addresstype=bech32", "-whitelist=noban@127.0.0.1"], # v0.20.1
45+
["-nowallet", "-walletrbf=1", "-addresstype=bech32", "-whitelist=noban@127.0.0.1"], # v0.19.1
46+
["-nowallet", "-walletrbf=1", "-addresstype=bech32", "-whitelist=127.0.0.1"], # v0.18.1
47+
["-nowallet", "-walletrbf=1", "-addresstype=bech32", "-whitelist=127.0.0.1"], # v0.17.2
48+
["-nowallet", "-walletrbf=1", "-addresstype=bech32", "-whitelist=127.0.0.1", "-wallet=wallet.dat"], # v0.16.3
4949
]
5050
self.wallet_names = [self.default_wallet_name]
5151

0 commit comments

Comments
 (0)