Increment the zcash_script API version

This commit is contained in:
teor 2021-11-09 12:51:57 +10:00 committed by Jack Grigg
parent 31bd2ba4f1
commit fa181a2d08
1 changed files with 2 additions and 1 deletions

View File

@ -33,7 +33,7 @@
extern "C" {
#endif
#define ZCASH_SCRIPT_API_VER 1
#define ZCASH_SCRIPT_API_VER 2
typedef enum zcash_script_error_t
{
@ -120,6 +120,7 @@ EXPORT_SYMBOL unsigned int zcash_script_legacy_sigop_count(
unsigned int txToLen,
zcash_script_error* err);
/// Returns the current version of the zcash_script library.
EXPORT_SYMBOL unsigned int zcash_script_version();
#ifdef __cplusplus