aboutsummaryrefslogtreecommitdiff
path: root/doc/shared-libraries.md
diff options
context:
space:
mode:
authorBraydon Fuller <braydon@bitpay.com>2015-07-14 21:44:03 -0400
committerBraydon Fuller <braydon@bitpay.com>2015-07-14 21:44:03 -0400
commitb1bac4ea495a16dc0661fcf1af90ff70191f8e74 (patch)
tree298f511cc7453fa6f7607028841f5852756a7237 /doc/shared-libraries.md
parentc156adac53b448780c7c9ef366c12237a7cea8e1 (diff)
downloadbitcoin-b1bac4ea495a16dc0661fcf1af90ff70191f8e74.tar.xz
Add description for bitcoinconsensus_ERR_OK
Diffstat (limited to 'doc/shared-libraries.md')
-rw-r--r--doc/shared-libraries.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/shared-libraries.md b/doc/shared-libraries.md
index c8f4939e7e..4b8279e8a0 100644
--- a/doc/shared-libraries.md
+++ b/doc/shared-libraries.md
@@ -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`