doc: correct bitcoinconsensus_version in shared-libraries

pull/764/head
fanquake 5 years ago
parent efbc86733a
commit 8ae6d020b8
No known key found for this signature in database
GPG Key ID: 2EEB9F5CC09526C1

@ -7,11 +7,11 @@ The purpose of this library is to make the verification functionality that is cr
### API
The interface is defined in the C header `bitcoinconsensus.h` located in `src/script/bitcoinconsensus.h`.
The interface is defined in the C header `bitcoinconsensus.h` located in `src/script/bitcoinconsensus.h`.
#### Version
`bitcoinconsensus_version` returns an `unsigned int` with the API version *(currently at an experimental `0`)*.
`bitcoinconsensus_version` returns an `unsigned int` with the API version *(currently `1`)*.
#### Script Validation

Loading…
Cancel
Save