From 645512efa88ee1b56b64461437f79c7b6e4c7b9c Mon Sep 17 00:00:00 2001 From: clenser Date: Sat, 14 Oct 2023 17:59:24 +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 972eae8a..2b7e9d29 100644 --- a/ch03_bitcoin-core.adoc +++ b/ch03_bitcoin-core.adoc @@ -967,7 +967,7 @@ we'll examine those ((("Bitcoin Core", "command-line interface", "exploring bloc ==== Using Bitcoin Core's Programmatic Interface The -+bitcoin-cli+ helper is very useful for exploring the Bitcoin Core API ++bitcoin-cli+ helper is ((("Bitcoin Core", "command-line interface", "API access", id="bitcoin-core-command-api")))((("command-line interface (Bitcoin Core)", "API access", id="command-api")))((("API access", id="api")))very useful for exploring the Bitcoin Core API and testing functions. But the whole point of an application programming interface is to access functions programmatically. In this section we will demonstrate accessing Bitcoin Core from another program.