From cf9ec63cc87edc6bba720e2cef932fcd923bf90c Mon Sep 17 00:00:00 2001 From: BTConomista Date: Mon, 17 Mar 2025 09:59:54 +0100 Subject: [PATCH] Update ch03_bitcoin-core.adoc Fixed a typo on "getnetworkinfo" command --- ch03_bitcoin-core.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch03_bitcoin-core.adoc b/ch03_bitcoin-core.adoc index 08d6c1e8..4297d13a 100644 --- a/ch03_bitcoin-core.adoc +++ b/ch03_bitcoin-core.adoc @@ -715,7 +715,7 @@ interface. The most important commands include +getblockchaininfo+, +getmempoo⁠l​info+, +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: ----