mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-05-20 15:10:46 +02:00
Fix typo
This commit is contained in:
parent
d387507aec
commit
7e18673f04
@ -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…
Reference in New Issue
Block a user