diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2019-04-09 13:01:09 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2019-04-09 13:01:50 +0200 |
commit | 8088ff21e401ff5e82744ad0911b9791115ece1b (patch) | |
tree | b9c708e2a8e8e5cc57f8a84d33f467351a2f4ddb /doc/shared-libraries.md | |
parent | 79f73436a9104800331161abe76d8ef913b15320 (diff) | |
parent | 8ae6d020b83572235f85ee68ce87045f2e97cbc0 (diff) |
Merge #15765: doc: correct bitcoinconsensus_version in shared-libraries.md
8ae6d020b83572235f85ee68ce87045f2e97cbc0 doc: correct bitcoinconsensus_version in shared-libraries (fanquake)
Pull request description:
https://github.com/bitcoin/bitcoin/blob/efbc86733a551f2e1f5c43cd6de4fc730c7cce65/src/script/bitcoinconsensus.h#L36
ACKs for commit 8ae6d0:
practicalswift:
ACK 8ae6d020b83572235f85ee68ce87045f2e97cbc0
promag:
ACK 8ae6d02.
Tree-SHA512: 48ba90afe02beaa0fc9c3baf24ab7477e7e36947abcf424dab515aaaf5be35b9df3af5a01fc2653f0216a83d9bbff6f1d48bb86131fa71c552798a2e73ffbd82
Diffstat (limited to 'doc/shared-libraries.md')
-rw-r--r-- | doc/shared-libraries.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/shared-libraries.md b/doc/shared-libraries.md index dc363582cc..e960863a80 100644 --- a/doc/shared-libraries.md +++ b/doc/shared-libraries.md @@ -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 |