aboutsummaryrefslogtreecommitdiff
path: root/test/functional/interface_bitcoin_cli.py
diff options
context:
space:
mode:
authorKristaps Kaupe <kristaps@blogiem.lv>2018-10-20 02:55:41 +0300
committerKristaps Kaupe <kristaps@blogiem.lv>2018-10-20 02:55:41 +0300
commit7e18673f0442419eebd57ce32cb928172e9f331f (patch)
tree115a44f0957cf13ad8816d6b2711aeab3cd5d817 /test/functional/interface_bitcoin_cli.py
parentd387507aeca652a5569825af65243536f2ce26ea (diff)
downloadbitcoin-7e18673f0442419eebd57ce32cb928172e9f331f.tar.xz
Fix typo
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 58cdaf861f..aed439339f 100755
--- a/test/functional/interface_bitcoin_cli.py
+++ b/test/functional/interface_bitcoin_cli.py
@@ -18,7 +18,7 @@ class TestBitcoinCli(BitcoinTestFramework):
cli_response = self.nodes[0].cli("-version").send_cli()
assert("Bitcoin Core RPC client version" in cli_response)
- self.log.info("Compare responses from gewalletinfo RPC and `bitcoin-cli getwalletinfo`")
+ self.log.info("Compare responses from getwalletinfo RPC and `bitcoin-cli getwalletinfo`")
if self.is_wallet_compiled():
cli_response = self.nodes[0].cli.getwalletinfo()
rpc_response = self.nodes[0].getwalletinfo()