@@ -37,15 +37,15 @@ def set_test_params(self):
37
37
self .num_nodes = 9
38
38
# Add new version after each release:
39
39
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
49
49
]
50
50
self .wallet_names = [self .default_wallet_name ]
51
51
0 commit comments