aboutsummaryrefslogtreecommitdiff
path: root/doc/shared-libraries.md
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2019-04-07 21:42:32 +0800
committerfanquake <fanquake@gmail.com>2019-04-07 21:42:32 +0800
commit8ae6d020b83572235f85ee68ce87045f2e97cbc0 (patch)
tree7d17f8bd1f339edb87f1300b545c99eb97a7cf8d /doc/shared-libraries.md
parentefbc86733a551f2e1f5c43cd6de4fc730c7cce65 (diff)
downloadbitcoin-8ae6d020b83572235f85ee68ce87045f2e97cbc0.tar.xz
doc: correct bitcoinconsensus_version in shared-libraries
Diffstat (limited to 'doc/shared-libraries.md')
-rw-r--r--doc/shared-libraries.md4
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