From 53bb4eda7334dd25ebabe8701cf402fbe0b7f352 Mon Sep 17 00:00:00 2001 From: jl777 Date: Wed, 19 Oct 2016 18:31:44 -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 aa4a6e5b3..ae06087fe 100644 --- a/src/komodo.h +++ b/src/komodo.h @@ -185,7 +185,7 @@ uint256 NOTARIZED_HASH,NOTARIZED_BTCHASH; struct nutxo_entry { uint256 txhash; uint64_t voutmask; int32_t notaryid; }; struct nutxo_entry NUTXOS[10000]; -void komodo_nutxoadd(int32_t notaryid,uint256 txhash,uint64_t voutmask,int32_t numvouts) +void komodo_nutxoadd(int32_t notaryid,uint256 txhash,uint64_t voutmask,int32_t numvouts); int32_t komodo_threshold(uint64_t signedmask) {