mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-19 14:45:08 +01:00
test: fix test interface_bitcoin_cli.py for descriptor wallets
This commit is contained in:
parent
695ba2fe54
commit
e4fa28a322
@ -140,6 +140,9 @@ class TestBitcoinCli(BitcoinTestFramework):
|
||||
|
||||
if self.is_wallet_compiled():
|
||||
self.log.info("Test -getinfo and bitcoin-cli getwalletinfo return expected wallet info")
|
||||
# Explicitely set the output type in order to have constintent tx vsize / fees
|
||||
# for both legacy and descriptor wallets (disables the change address type detection algorithm)
|
||||
self.restart_node(0, extra_args=["-addresstype=bech32", "-changetype=bech32"])
|
||||
assert_equal(Decimal(cli_get_info['Balance']), BALANCE)
|
||||
assert 'Balances' not in cli_get_info_string
|
||||
wallet_info = self.nodes[0].getwalletinfo()
|
||||
|
Loading…
Reference in New Issue
Block a user