From d2bbf508994173ed3b19f65c5d497d8237feb08c Mon Sep 17 00:00:00 2001 From: clenser Date: Thu, 19 Oct 2023 20:15:02 +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 971c99eb..3c45f7bc 100644 --- a/ch03_bitcoin-core.adoc +++ b/ch03_bitcoin-core.adoc @@ -1032,7 +1032,7 @@ If you're implementing a JSON-RPC call in your own program, you can use a generic HTTP library to construct the call, similar to what is shown in the preceding +curl+ example. -However, there ((("Bitcoin Core", "wrapper libraries")))((("wrapper libraries", "Bitcoin Core")))are libraries in most popular programming languages that +However, there ((("Bitcoin Core", "wrapper libraries")))((("wrapper libraries")))are libraries in most popular programming languages that "wrap" the Bitcoin Core API in a way that makes this a lot simpler. We will use the +python-bitcoinlib+ library to simplify API access. This library is not part of the Bitcoin Core project and needs to be