From 0077349c819beaf127e69bb1011ca3886659ff91 Mon Sep 17 00:00:00 2001 From: Shannon Appelcline Date: Wed, 5 Aug 2020 10:08:44 -1000 Subject: [PATCH] raised up chapter 15 for reviews + comments --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 81665f0..bf297a9 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,7 @@ _This tutorial assumes that you have some minimal background of how to use the c * [15.0: Talking to Bitcoind with C](15_0_Talking_to_Bitcoind.md) * [15.1: Accessing Bitcoind in C with RPC Libraries](15_1_Accessing_Bitcoind_with_C.md) * [15.2: Programming Bitcoind in C with RPC Libraries](15_2_Programming_Bitcoind_with_C.md) - * [15.3: Receiving Notifications in C ZMQ Libraries](15_3_Receiving_Bitcoind_Notifications_with_C.md) + * [15.3: Receiving Notifications in C with ZMQ Libraries](15_3_Receiving_Bitcoind_Notifications_with_C.md) ### APPENDICES