Skip to content

Commit 8010ded

Browse files
committed
Merge #14524: Trivial: fix typo
7e18673 Fix typo (Kristaps Kaupe) Pull request description: Tree-SHA512: 3f3557d9aad007562b780e34c25584d0de6f240cb9ff56779d224bf9b8cd7bd657c92a73222fd8d7f679c282dce6a75265ca61e20d50a834caa4a9f21a286b3a
2 parents d387507 + 7e18673 commit 8010ded

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functional/interface_bitcoin_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def run_test(self):
1818
cli_response = self.nodes[0].cli("-version").send_cli()
1919
assert("Bitcoin Core RPC client version" in cli_response)
2020

21-
self.log.info("Compare responses from gewalletinfo RPC and `bitcoin-cli getwalletinfo`")
21+
self.log.info("Compare responses from getwalletinfo RPC and `bitcoin-cli getwalletinfo`")
2222
if self.is_wallet_compiled():
2323
cli_response = self.nodes[0].cli.getwalletinfo()
2424
rpc_response = self.nodes[0].getwalletinfo()

0 commit comments

Comments
 (0)