From e68d4d63b7d588490d9e4968b26103e722fbe9f7 Mon Sep 17 00:00:00 2001 From: jl777 Date: Thu, 1 Dec 2016 16:55:12 -0300 Subject: [PATCH] test --- src/komodo_notary.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/komodo_notary.h b/src/komodo_notary.h index 6415b9d94..cc80582ca 100644 --- a/src/komodo_notary.h +++ b/src/komodo_notary.h @@ -135,6 +135,7 @@ int32_t komodo_chosennotary(int32_t *notaryidp,int32_t height,uint8_t *pubkey33) { // -1 if not notary, 0 if notary, 1 if special notary struct knotary_entry *kp; int32_t numnotaries=0,htind,modval = -1; + komodo_init(0); *notaryidp = -1; if ( height < 0 || height >= KOMODO_MAXBLOCKS ) {