aboutsummaryrefslogtreecommitdiff
path: root/test/functional/interface_bitcoin_cli.py
diff options
context:
space:
mode:
authorSebastian Falbesoner <sebastian.falbesoner@gmail.com>2021-12-09 16:18:44 +0100
committerSebastian Falbesoner <sebastian.falbesoner@gmail.com>2021-12-09 16:40:35 +0100
commit50b044a88e3cfa67e28261333e658f4288d54018 (patch)
tree961d4e364cb2f245efa7e3fb0f62711b82634c42 /test/functional/interface_bitcoin_cli.py
parent09e60df115f752ed9843d307db88238b7af577bb (diff)
downloadbitcoin-50b044a88e3cfa67e28261333e658f4288d54018.tar.xz
test: fix test feature_coinstatsindex.py for descriptor wallets
Diffstat (limited to 'test/functional/interface_bitcoin_cli.py')
-rwxr-xr-xtest/functional/interface_bitcoin_cli.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/interface_bitcoin_cli.py b/test/functional/interface_bitcoin_cli.py
index 2ea9ebfc98..db5564ac50 100755
--- a/test/functional/interface_bitcoin_cli.py
+++ b/test/functional/interface_bitcoin_cli.py
@@ -140,7 +140,7 @@ class TestBitcoinCli(BitcoinTestFramework):
if self.is_specified_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
+ # 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)
self.restart_node(0, extra_args=["-addresstype=bech32", "-changetype=bech32"])
assert_equal(Decimal(cli_get_info['Balance']), BALANCE)