Skip to content

Commit e53f72a

Browse files
authored
changed repo for libbitcoinrpc.git
1 parent 5683c85 commit e53f72a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

16_1_Accessing_Bitcoind_with_C.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Do you want to continue? [Y/n] y
2323
You can then download [libbitcoinrpc from Github](https://github.com/gitmarek/libbitcoinrpc/blob/master/README.md). Clone it or grab a zip file, as you prefer.
2424
```
2525
$ sudo apt-get install git
26-
$ git clone https://github.com/gitmarek/libbitcoinrpc
26+
$ git clone https://github.com/BlockchainCommons/libbitcoinrpc.git
2727
```
2828

2929
> :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.

0 commit comments

Comments
 (0)