mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-22 23:07:59 +01:00
Merge #14524: Trivial: fix typo
7e18673f04
Fix typo (Kristaps Kaupe)
Pull request description:
Tree-SHA512: 3f3557d9aad007562b780e34c25584d0de6f240cb9ff56779d224bf9b8cd7bd657c92a73222fd8d7f679c282dce6a75265ca61e20d50a834caa4a9f21a286b3a
This commit is contained in:
commit
8010ded6da
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ class TestBitcoinCli(BitcoinTestFramework):
|
||||||
cli_response = self.nodes[0].cli("-version").send_cli()
|
cli_response = self.nodes[0].cli("-version").send_cli()
|
||||||
assert("Bitcoin Core RPC client version" in cli_response)
|
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():
|
if self.is_wallet_compiled():
|
||||||
cli_response = self.nodes[0].cli.getwalletinfo()
|
cli_response = self.nodes[0].cli.getwalletinfo()
|
||||||
rpc_response = self.nodes[0].getwalletinfo()
|
rpc_response = self.nodes[0].getwalletinfo()
|
||||||
|
|
Loading…
Add table
Reference in a new issue