Skip to content

Commit b1bac4e

Browse files
author
Braydon Fuller
committed
Add description for bitcoinconsensus_ERR_OK
1 parent c156ada commit b1bac4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/shared-libraries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The interface is defined in the C header `bitcoinconsensus.h` located in `src/s
3232
- `bitcoinconsensus_SCRIPT_FLAGS_VERIFY_DERSIG` - Enforce strict DER ([BIP66](https://github.com/bitcoin/bips/blob/master/bip-0066.mediawiki)) compliance
3333

3434
##### Errors
35-
- `bitcoinconsensus_ERR_OK`
35+
- `bitcoinconsensus_ERR_OK` - No errors with input parameters *(see the return value of `bitcoinconsensus_verify_script` for the verification status)*
3636
- `bitcoinconsensus_ERR_TX_INDEX` - An invalid index for `txTo`
3737
- `bitcoinconsensus_ERR_TX_SIZE_MISMATCH` - `txToLen` did not match with the size of `txTo`
3838
- `bitcoinconsensus_ERR_DESERIALIZE` - An error deserializing `txTo`

0 commit comments

Comments
 (0)