diff options
author | Peter Todd <pete@petertodd.org> | 2015-01-04 19:45:51 -0500 |
---|---|---|
committer | Peter Todd <pete@petertodd.org> | 2015-01-04 19:45:51 -0500 |
commit | 4a3d3e20c0bc35e6a7263c2c621c21d70d3e660e (patch) | |
tree | 6e347f12516daa3a3202c3c971997f795152c416 /doc | |
parent | 4e0bfa581438a662147fe4459522b308406d7f57 (diff) |
Fix typo in release notes
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 da77243472..757b1a4432 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -180,7 +180,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). |