Skip to content

Commit 8ae6d02

Browse files
committed
doc: correct bitcoinconsensus_version in shared-libraries
1 parent efbc867 commit 8ae6d02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/shared-libraries.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ The purpose of this library is to make the verification functionality that is cr
77

88
### API
99

10-
The interface is defined in the C header `bitcoinconsensus.h` located in `src/script/bitcoinconsensus.h`.
10+
The interface is defined in the C header `bitcoinconsensus.h` located in `src/script/bitcoinconsensus.h`.
1111

1212
#### Version
1313

14-
`bitcoinconsensus_version` returns an `unsigned int` with the API version *(currently at an experimental `0`)*.
14+
`bitcoinconsensus_version` returns an `unsigned int` with the API version *(currently `1`)*.
1515

1616
#### Script Validation
1717

0 commit comments

Comments
 (0)