From 14b0d59f6b56bfc3b988e7e157cde89f68b47789 Mon Sep 17 00:00:00 2001 From: clenser Date: Sat, 14 Oct 2023 17:45:37 +0000 Subject: [PATCH] Edited ch03_bitcoin-core.adoc with Atlas code editor --- 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 8757063f..a7c39431 100644 --- a/ch03_bitcoin-core.adoc +++ b/ch03_bitcoin-core.adoc @@ -707,7 +707,7 @@ and their expected ((("Bitcoin Core", "command-line interface", "help command", ==== Getting Information on Bitcoin Core's Status Bitcoin -Core provides status reports on different modules through the JSON-RPC +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+. @@ -765,7 +765,7 @@ its progress using the rest of this chapter assume you're at least at block 775,072. Because the security of Bitcoin transactions depends on blocks, some of the information in the following examples will change slightly depending -on how many blocks your node has. +on how many blocks your ((("Bitcoin Core", "command-line interface", "status information", startref="bitcoin-core-command-status")))((("command-line interface (Bitcoin Core)", "status information", startref="command-status")))((("status information (Bitcoin Core)", startref="status-bitcoin-core")))node has. ==== [[exploring_and_decoding_transactions]]