From 30cc22823ac09be84c269abf755d95a53eda70bb Mon Sep 17 00:00:00 2001 From: jl777 Date: Fri, 13 Apr 2018 21:30:00 +0300 Subject: [PATCH] Test --- src/komodo_bitcoind.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/komodo_bitcoind.h b/src/komodo_bitcoind.h index 7ccbf3b37..1f03fabc7 100644 --- a/src/komodo_bitcoind.h +++ b/src/komodo_bitcoind.h @@ -873,7 +873,7 @@ int32_t komodo_minerids(uint8_t *minerids,int32_t height,int32_t width) // depre int32_t komodo_is_special(uint8_t pubkeys[66][33],int32_t mids[66],int32_t height,uint8_t pubkey33[33],uint32_t timestamp) { int32_t i,notaryid=0,minerid,limit,nid; - /*if ( height >= 700000 ) + if ( height >= 700000 ) { if ( mids[0] >= 0 ) { @@ -890,7 +890,7 @@ int32_t komodo_is_special(uint8_t pubkeys[66][33],int32_t mids[66],int32_t heigh return(1); } else return(0); } - else*/ + else { if ( height >= 225000 ) komodo_chosennotary(¬aryid,height,pubkey33,timestamp);