mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-25 10:43:19 -03:00
Merge #15765: doc: correct bitcoinconsensus_version in shared-libraries.md
8ae6d020b8
doc: correct bitcoinconsensus_version in shared-libraries (fanquake) Pull request description:efbc86733a/src/script/bitcoinconsensus.h (L36)
ACKs for commit 8ae6d0: practicalswift: ACK8ae6d020b8
promag: ACK8ae6d02
. Tree-SHA512: 48ba90afe02beaa0fc9c3baf24ab7477e7e36947abcf424dab515aaaf5be35b9df3af5a01fc2653f0216a83d9bbff6f1d48bb86131fa71c552798a2e73ffbd82
This commit is contained in:
commit
8088ff21e4
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue