Skip to content

Commit 8088ff2

Browse files
committed
Merge #15765: doc: correct bitcoinconsensus_version in shared-libraries.md
8ae6d02 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 8ae6d02 promag: ACK 8ae6d02. Tree-SHA512: 48ba90afe02beaa0fc9c3baf24ab7477e7e36947abcf424dab515aaaf5be35b9df3af5a01fc2653f0216a83d9bbff6f1d48bb86131fa71c552798a2e73ffbd82
2 parents 79f7343 + 8ae6d02 commit 8088ff2

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)