We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c156ada commit b1bac4eCopy full SHA for b1bac4e
doc/shared-libraries.md
@@ -32,7 +32,7 @@ The interface is defined in the C header `bitcoinconsensus.h` located in `src/s
32
- `bitcoinconsensus_SCRIPT_FLAGS_VERIFY_DERSIG` - Enforce strict DER ([BIP66](https://github.com/bitcoin/bips/blob/master/bip-0066.mediawiki)) compliance
33
34
##### Errors
35
-- `bitcoinconsensus_ERR_OK`
+- `bitcoinconsensus_ERR_OK` - No errors with input parameters *(see the return value of `bitcoinconsensus_verify_script` for the verification status)*
36
- `bitcoinconsensus_ERR_TX_INDEX` - An invalid index for `txTo`
37
- `bitcoinconsensus_ERR_TX_SIZE_MISMATCH` - `txToLen` did not match with the size of `txTo`
38
- `bitcoinconsensus_ERR_DESERIALIZE` - An error deserializing `txTo`
0 commit comments