From f65109432a719c91f4eeecd3fb3761a302a4640c Mon Sep 17 00:00:00 2001 From: Kritta Date: Thu, 6 Mar 2025 20:20:29 +0700 Subject: [PATCH] typo on ch.3 --- ch03_bitcoin-core.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ch03_bitcoin-core.adoc b/ch03_bitcoin-core.adoc index 08d6c1e8..3fcbd784 100644 --- a/ch03_bitcoin-core.adoc +++ b/ch03_bitcoin-core.adoc @@ -712,10 +712,10 @@ and their expected ((("Bitcoin Core", "command-line interface", "help command", Bitcoin Core provides((("Bitcoin Core", "command-line interface", "status information", id="bitcoin-core-command-status")))((("command-line interface (Bitcoin Core)", "status information", id="command-status")))((("status information (Bitcoin Core)", id="status-bitcoin-core"))) status reports on different modules through the JSON-RPC interface. The most important commands include +getblockchaininfo+, -+getmempoo⁠l​info+, +getnetworkinfo+, and +getwalletinfo+. ++getmempoolinfo+, +getnetworkinfo+, and +getwalletinfo+. Bitcoin's +getblockchaininfo+ RPC command was introduced earlier. The -+getnetwor⁠k​info+ command displays basic information about the status of ++getnetworkinfo+ command displays basic information about the status of the Bitcoin network node. Use +bitcoin-cli+ to run it: ----