From c51165a67c50555fccbe47303cdbd36638333cb9 Mon Sep 17 00:00:00 2001 From: Shannon Appelcline Date: Wed, 5 Aug 2020 08:27:49 -1000 Subject: [PATCH] addressed bug in C library --- 15_1_Accessing_Bitcoind_with_C.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/15_1_Accessing_Bitcoind_with_C.md b/15_1_Accessing_Bitcoind_with_C.md index bb4f2ae..c94d1c9 100644 --- a/15_1_Accessing_Bitcoind_with_C.md +++ b/15_1_Accessing_Bitcoind_with_C.md @@ -24,6 +24,8 @@ $ sudo apt-get install git $ git clone https://github.com/gitmarek/libbitcoinrpc ``` +> :warning: **WARNING** A change in the "signrawtransaction" RPC caused signing with `libbitcoinrpc` to segfault for Bitcoin 0.17 or higher. A [PR has been submitted](https://github.com/gitmarek/libbitcoinrpc/pull/1/commits) to resolve the problem, but if it hasn't yet been merged, you can just make the one simple change in the source code to `src/bitcoinrpc_method.c` before compiling. + ### Compiling libbitcoinrpc Before you can compile and install the package, you'll probably need to adjust your `$PATH`, so that you can access `/sbin/ldconfig`: