diff options
author | Gregory Sanders <gsanders87@gmail.com> | 2019-09-18 09:25:23 -0400 |
---|---|---|
committer | Gregory Sanders <gsanders87@gmail.com> | 2019-09-26 16:23:32 -0400 |
commit | f50785ab56c0c094960c7049cfe9209b101e2823 (patch) | |
tree | dab9043e8044b6840c195ecd8d6951fe541500b7 /test/functional/wallet_bumpfee.py | |
parent | ae3902ee3f3e4ea21c2a19470d402e418965b8ef (diff) |
Change default address type to bech32
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 a7c79ec916..a1ec28076b 100755 --- a/test/functional/wallet_bumpfee.py +++ b/test/functional/wallet_bumpfee.py @@ -38,6 +38,7 @@ class BumpFeeTest(BitcoinTestFramework): "-walletrbf={}".format(i), "-mintxfee=0.00002", "-deprecatedrpc=totalFee", + "-addresstype=p2sh-segwit", # TODO update constants in test and remove ] for i in range(self.num_nodes)] def skip_test_if_missing_module(self): |