mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-06-30 10:42:23 +02:00
test: fix test feature_coinstatsindex.py for descriptor wallets
This commit is contained in:
@ -40,7 +40,9 @@ class CoinStatsIndexTest(BitcoinTestFramework):
|
||||
self.num_nodes = 2
|
||||
self.supports_cli = False
|
||||
self.extra_args = [
|
||||
[],
|
||||
# Explicitly set the output type in order to have consistent tx vsize / fees
|
||||
# for both legacy and descriptor wallets (disables the change address type detection algorithm)
|
||||
["-addresstype=bech32", "-changetype=bech32"],
|
||||
["-coinstatsindex"]
|
||||
]
|
||||
|
||||
|
Reference in New Issue
Block a user