diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2015-01-05 08:53:50 +0100 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2015-01-05 08:54:02 +0100 |
commit | 68c0580dfbb5dbbc8da95621e487dc7a16984019 (patch) | |
tree | a1314b7fa28eb7827f4376b0f1387fee1c24c0f5 /doc | |
parent | 94b362dbd64ca39c642400cbae45743ef597a9b7 (diff) | |
parent | 4a3d3e20c0bc35e6a7263c2c621c21d70d3e660e (diff) |
Merge pull request #5600
4a3d3e2 Fix typo in release notes (Peter Todd)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release-notes.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md index 590a61d0f1..6cd5b0583f 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -227,7 +227,7 @@ Starting from 0.10.0, the Bitcoin Core distribution includes a consensus library The purpose of this library is to make the verification functionality that is critical to Bitcoin's consensus available to other applications, e.g. to language -bindings such as [python_bitcoinlib](https://pypi.python.org/pypi/python-bitcoinlib) or +bindings such as [python-bitcoinlib](https://pypi.python.org/pypi/python-bitcoinlib) or alternative node implementations. This library is called `libbitcoinconsensus.so` (or, `.dll` for Windows). |