From 8c239e31f930b19e7311efa4a32bb263f8cee64b Mon Sep 17 00:00:00 2001 From: Brad Chase Date: Tue, 4 Sep 2018 09:20:27 -0400 Subject: [PATCH] fix typo: "diffent" -> "different" --- ch03.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch03.asciidoc b/ch03.asciidoc index e3e6e01b..012fe6a4 100644 --- a/ch03.asciidoc +++ b/ch03.asciidoc @@ -465,7 +465,7 @@ In the next sections we will demonstrate some very useful RPC commands and their ==== Getting Information on the Bitcoin Core Client Status -((("Bitcoin Core", "Bitcoin Core API", "status information")))Bitcoin Core provides status reports on diffent modules through the JSON-RPC interface. The most important commands include +getblockchaininfo+, +getmempoolinfo+, +getnetworkinfo+ and +getwalletinfo+. +((("Bitcoin Core", "Bitcoin Core API", "status information")))Bitcoin Core provides status reports on different modules through the JSON-RPC interface. The most important commands include +getblockchaininfo+, +getmempoolinfo+, +getnetworkinfo+ and +getwalletinfo+. Bitcoin's +getblockchaininfo+ RPC command was introduced earlier. The +getnetworkinfo+ command displays basic information about the status of the bitcoin network node. Use +bitcoin-cli+ to run it: