Merge pull request #5600

4a3d3e2 Fix typo in release notes (Peter Todd)
This commit is contained in:
Wladimir J. van der Laan 2015-01-05 08:53:50 +01:00
commit 68c0580dfb
No known key found for this signature in database
GPG Key ID: 74810B012346C9A6

View File

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