From 3fe4ad68a34246ac1060d60b456419ea8fe74ce5 Mon Sep 17 00:00:00 2001 From: blackjok3r Date: Thu, 13 Sep 2018 20:15:30 +0800 Subject: [PATCH] test for now --- iguana/iguana_notary.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/iguana/iguana_notary.c b/iguana/iguana_notary.c index dddc798d7..cde5c75d4 100755 --- a/iguana/iguana_notary.c +++ b/iguana/iguana_notary.c @@ -72,9 +72,8 @@ void dpow_srcupdate(struct supernet_info *myinfo,struct dpow_info *dp,int32_t he //checkpointfreq = 5; if ( dp->DESTHEIGHT < dp->prevDESTHEIGHT+checkpointfreq ) { - //suppress = 1; - suppress = 0; //( (strlen(dp->symbol) >= 4 && strncmp(dp->symbol, "STKD", 4) == 0) || (strlen(dp->symbol) >= 6 && strncmp(dp->symbol, "STAKED", 6) == 0) ) != 0; - fprintf(stderr,"suppress.[%d] %s -> KMD freq KMD blocks.%d\n",suppress,dp->symbol,checkpointfreq); + suppress = 0; + //fprintf(stderr,"suppress.[%d] %s -> KMD freq KMD blocks.%d\n",suppress,dp->symbol,checkpointfreq); } } /*if ( strcmp(dp->dest,"KMD") == 0 )//|| strcmp(dp->dest,"CHAIN") == 0 )