Fix typo in release notes

This commit is contained in:
Peter Todd 2015-01-04 19:45:51 -05:00
parent 4e0bfa5814
commit 4a3d3e20c0
No known key found for this signature in database
GPG Key ID: 2481403DA5F091FB

View File

@ -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).