test: fix test feature_coinstatsindex.py for descriptor wallets

This commit is contained in:
Sebastian Falbesoner
2021-12-09 16:18:44 +01:00
parent 09e60df115
commit 50b044a88e
2 changed files with 4 additions and 2 deletions

View File

@ -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"]
]