Skip to content

Commit

Permalink
Add description for bitcoinconsensus_ERR_OK
Browse files Browse the repository at this point in the history
  • Loading branch information
Braydon Fuller committed Jul 15, 2015
1 parent c156ada commit b1bac4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/shared-libraries.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ The interface is defined in the C header `bitcoinconsensus.h` located in `src/s
- `bitcoinconsensus_SCRIPT_FLAGS_VERIFY_DERSIG` - Enforce strict DER ([BIP66](https://github.com/bitcoin/bips/blob/master/bip-0066.mediawiki)) compliance

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

0 comments on commit b1bac4e

Please sign in to comment.