Skip to content

Commit a3f6c45

Browse files
authored
Merge pull request #296 from javiervargas/patch-5
fix links
2 parents ca69456 + 1e85f88 commit a3f6c45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

16_2_Programming_Bitcoind_with_C.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ float tx_total = tx_amount + tx_fee;
6565
6666
### Step 3: Prepare Your RPC
6767

68-
Obviously, you're going to need to get all of your variables ready again, as discussed in [§15.1: Accessing Bitcoind with C](15_1_Accessing_Bitcoind_with_C.md). You also need to initialize your library, connect your RPC client, and prepare your response object:
68+
Obviously, you're going to need to get all of your variables ready again, as discussed in [§16.1: Accessing Bitcoind with C](16_1_Accessing_Bitcoind_with_C.md). You also need to initialize your library, connect your RPC client, and prepare your response object:
6969
```
7070
bitcoinrpc_global_init();
7171
rpc_client = bitcoinrpc_cl_init_params ("bitcoinrpc", "YOUR-RPC-PASSWD", "127.0.0.1", 18332);
@@ -344,4 +344,4 @@ With access to a C library, you can create much more fully featured programs tha
344344

345345
## What's Next?
346346

347-
Learn more about "Talking to Bitcoind with C" in [16.3: Receiving Notifications in C with ZMQ Libraries](15_3_Receiving_Bitcoind_Notifications_with_C.md).
347+
Learn more about "Talking to Bitcoind with C" in [16.3: Receiving Notifications in C with ZMQ Libraries](16_3_Receiving_Bitcoind_Notifications_with_C.md).

0 commit comments

Comments
 (0)