Skip to content

Commit 7e18673

Browse files
committed
Fix typo
1 parent d387507 commit 7e18673

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)