From 861119a1c15206833d659ccb16f923c24ccb10b3 Mon Sep 17 00:00:00 2001 From: jl777 Date: Fri, 13 Apr 2018 14:00:37 +0300 Subject: [PATCH] Test --- src/komodo_bitcoind.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/komodo_bitcoind.h b/src/komodo_bitcoind.h index 5e87c9b11..abd979d5d 100644 --- a/src/komodo_bitcoind.h +++ b/src/komodo_bitcoind.h @@ -852,7 +852,9 @@ int32_t komodo_is_special(uint8_t pubkeys[66][33],int32_t mids[66],int32_t heigh if ( mids[i] == mids[0] ) { fprintf(stderr,"ht.%d repeat notaryid.%d in mids[%d]\n",height,mids[0],i); - return(-1); + if ( height > 790000 ) + return(-1); + else break; } } return(1);