Skip to content
This repository was archived by the owner on Nov 26, 2024. It is now read-only.

Commit 550a866

Browse files
committed
Update README now that authors list has changed
This should have been part of #44 when I removed the original authors. Please note I'm not 100% sure of the history of `rust-bitcoincore-rpc` and have credited Steven by name for the remaining ideas and code.
1 parent 5a62947 commit 550a866

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,13 @@ or otherwise enjoy yourself with anything in this repository - no attribution re
2424
## Original code
2525

2626
I don't know who is using `bitcoind` and/or `rust-bitocincore-rpc` in the wild and I do not want to
27-
disrupt them. As such `bitcoind` was pulled in here with permission of the original author. Code
28-
from `rust-bitcoincore-rpc` was just shamelessy stolen. As such I have maintained the original
29-
author's list and added my own name for accountability. All bugs are my own (tcharding).
27+
disrupt them. As such `bitcoind` was pulled in here with permission of the original author.
28+
29+
Originally I copied code from `rust-bitcoincore-rpc` and include the original authors in the authors
30+
list. Late I started again, re-designing the crate and re-writing all the types from scratch. I then
31+
removed the original authors as I felt they should not be held accountable (see [#44](https://github.com/rust-bitcoin/rust-bitcoind-json-rpc/pull/44)).
32+
33+
However some ideas and infrastructure remain (eg `into_json`) and Steven should be credited.
3034

3135
- [rust-bitcoincore-rpcv0.19.0](https://github.com/rust-bitcoin/rust-bitcoincore-rpc)
3236
- [`bitcoind`](https://crates.io/crates/bitcoind)

0 commit comments

Comments
 (0)