mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-06-29 18:20:58 +02:00
Merge #16884: wallet: Change default address type to bech32
71d4eddf42
Add release note for bech32 by default in wallet (Gregory Sanders)b34f0180e3
Revert "gui: Generate bech32 addresses by default (take 2, fixup)" (Gregory Sanders)f50785ab56
Change default address type to bech32 (Gregory Sanders) Pull request description: ACKs for top commit: MarcoFalke: re-ACK71d4eddf42
(only change is restore mimick behavior) laanwj: ACK71d4eddf42
Tree-SHA512: 3c49a1b51c49f3a762ad08985167ca1b89b0177ae20ab6d5883f1f74dde7a155921c1b855a842199bbf32f563c56b33f8b603bc842637bdcb121001023d454b6
This commit is contained in:
@ -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):
|
||||
|
Reference in New Issue
Block a user