We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d387507 + 7e18673 commit 8010dedCopy full SHA for 8010ded
test/functional/interface_bitcoin_cli.py
@@ -18,7 +18,7 @@ def run_test(self):
18
cli_response = self.nodes[0].cli("-version").send_cli()
19
assert("Bitcoin Core RPC client version" in cli_response)
20
21
- self.log.info("Compare responses from gewalletinfo RPC and `bitcoin-cli getwalletinfo`")
+ self.log.info("Compare responses from getwalletinfo RPC and `bitcoin-cli getwalletinfo`")
22
if self.is_wallet_compiled():
23
cli_response = self.nodes[0].cli.getwalletinfo()
24
rpc_response = self.nodes[0].getwalletinfo()
0 commit comments