From 8ce38a37fb2ef075462c1baa85c4ff3129ad31ad Mon Sep 17 00:00:00 2001 From: jl777 Date: Sun, 23 Oct 2016 18:40:38 -0300 Subject: [PATCH] test --- src/komodo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/komodo.h b/src/komodo.h index 4eab0ac5c..a4e9127d9 100644 --- a/src/komodo.h +++ b/src/komodo.h @@ -452,7 +452,7 @@ int32_t komodo_notarizeddata(int32_t nHeight,uint256 *notarized_hashp,uint256 *n return(np->notarized_height); } memset(notarized_hashp,0,sizeof(*notarized_hashp)); - return(-1); + return(0); } void komodo_pvals(int32_t height,uint32_t *pvals,uint8_t numpvals)