From 797449ee529743e0ea2f1894534ca4639190b811 Mon Sep 17 00:00:00 2001 From: clenser Date: Sat, 14 Oct 2023 17:42:00 +0000 Subject: [PATCH] Edited ch03_bitcoin-core.adoc with Atlas code editor --- 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 8cc42fd9..05cd7fa0 100644 --- a/ch03_bitcoin-core.adoc +++ b/ch03_bitcoin-core.adoc @@ -641,7 +641,7 @@ a _README.md_ file showing which system uses ((("Bitcoin Core", "nodes", "config === Bitcoin Core API Bitcoin Core -implements a JSON-RPC interface that can also be accessed using +implements((("Bitcoin Core", "command-line interface", id="bitcoin-core-command")))((("command-line interface (Bitcoin Core)", id="command")))((("RPC commands", see="command-line interface (Bitcoin Core)")))((("API", see="command-line interface (Bitcoin Core)"))) a JSON-RPC interface that can also be accessed using the command-line helper +bitcoin-cli+. The command line allows us to experiment interactively with the capabilities that are also available programmatically via the API. To start, invoke the +help+ command to see a list of