From 0bcdcfda0868199fcf767489943a9e31d43e748b Mon Sep 17 00:00:00 2001 From: jl777 Date: Sun, 12 Mar 2017 13:18:10 +0200 Subject: [PATCH] Test --- src/komodo_notary.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/komodo_notary.h b/src/komodo_notary.h index c5cb43aa5..95cb53d95 100644 --- a/src/komodo_notary.h +++ b/src/komodo_notary.h @@ -137,7 +137,7 @@ int32_t komodo_electednotary(uint8_t *pubkey33,int32_t height) return(i); } } - if ( height < 300000 ) + /*if ( height < 300000 ) { for (i=0; i= 250000 ) + if ( height >= 300000 ) return(-1); htind = height / KOMODO_ELECTION_GAP; pthread_mutex_lock(&komodo_mutex);