mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-04-10 23:58:17 +02:00
doc: correct bitcoinconsensus_version in shared-libraries
Github-Pull: #15765
Rebased-From: 8ae6d020b8
This commit is contained in:
@@ -7,11 +7,11 @@ The purpose of this library is to make the verification functionality that is cr
|
|||||||
|
|
||||||
### API
|
### 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
|
#### 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
|
#### Script Validation
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user