From 72d97eaed02260ec39cdabdd0188e109405df825 Mon Sep 17 00:00:00 2001 From: Tobin Harding Date: Mon, 9 Aug 2021 09:15:50 +1000 Subject: [PATCH] Use 'these' with plural documents The choice was 'with these documents' or 'with this document', elect to keep 'documents' plural. --- 16_1_Accessing_Bitcoind_with_C.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/16_1_Accessing_Bitcoind_with_C.md b/16_1_Accessing_Bitcoind_with_C.md index 7b977e9..aa4f0ab 100644 --- a/16_1_Accessing_Bitcoind_with_C.md +++ b/16_1_Accessing_Bitcoind_with_C.md @@ -106,7 +106,7 @@ First, initialize the library: ``` bitcoinrpc_global_init(); ``` -Then connect to your `bitcoind` with `bitcoinrpc_cl_init_params`. The four arguments for `bitcoinrpc_cl_init_params` are username, password, IP address, and port. You should already know all of this information from your work with [Curl](04_4__Interlude_Using_Curl.md). As you'll recall, the IP address 127.0.0.1 and port 18332 should be correct for the standard testnet setup described in this documents, while you can extract the user and password from `~/.bitcoin/bitcoin.conf`. +Then connect to your `bitcoind` with `bitcoinrpc_cl_init_params`. The four arguments for `bitcoinrpc_cl_init_params` are username, password, IP address, and port. You should already know all of this information from your work with [Curl](04_4__Interlude_Using_Curl.md). As you'll recall, the IP address 127.0.0.1 and port 18332 should be correct for the standard testnet setup described in these documents, while you can extract the user and password from `~/.bitcoin/bitcoin.conf`. ``` $ cat bitcoin.conf server=1