Change default address type to bech32

This commit is contained in:
Gregory Sanders
2019-09-18 09:25:23 -04:00
parent ae3902ee3f
commit f50785ab56
7 changed files with 11 additions and 7 deletions

View File

@@ -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):