From efc416210e06a2ff33788f12a9a0135ddb3d983e Mon Sep 17 00:00:00 2001 From: jl777 Date: Thu, 20 Oct 2016 04:12:12 -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 3e0cf468d..33161eb7c 100644 --- a/src/komodo.h +++ b/src/komodo.h @@ -192,7 +192,7 @@ int32_t komodo_threshold(uint64_t signedmask) return(1); // N/2+1 || N/3 + devsig } -int32_t komodo_stateupdate(uint8_t notarypubs[][33],uint8_t numnotaries,int32_t notaryid,uint256 txhash,uint64_t voutmask,int32_t numvouts) +int32_t komodo_stateupdate(uint8_t notarypubs[][33],uint8_t numnotaries,uint8_t notaryid,uint256 txhash,uint64_t voutmask,uint8_t numvouts) { static FILE *fp; static int32_t errs; char fname[512]; int32_t func; uint8_t num,pubkeys[64][33]; #ifdef WIN32