@@ -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" , "[email protected] " ],
# Pre-release: use to mine blocks. noban for immediate tx relay 41+ [
"-nowallet" ,
"-walletrbf=1" ,
"-addresstype=bech32" , "[email protected] " ],
# Pre-release: use to receive coins, swap wallets, etc 42+ [
"-nowallet" ,
"-walletrbf=1" ,
"-addresstype=bech32" , "[email protected] " ],
# v22.0 43+ [
"-nowallet" ,
"-walletrbf=1" ,
"-addresstype=bech32" , "[email protected] " ],
# v0.21.0 44+ [
"-nowallet" ,
"-walletrbf=1" ,
"-addresstype=bech32" , "[email protected] " ],
# v0.20.1 45+ [
"-nowallet" ,
"-walletrbf=1" ,
"-addresstype=bech32" , "[email protected] " ],
# 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