From 728298aabe6839a879732138c7c0957b2ebb7e25 Mon Sep 17 00:00:00 2001 From: blackjok3r Date: Thu, 13 Sep 2018 23:06:29 +0800 Subject: [PATCH] oops --- iguana/iguana_notary.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iguana/iguana_notary.c b/iguana/iguana_notary.c index 3ad34be16..fb4205105 100755 --- a/iguana/iguana_notary.c +++ b/iguana/iguana_notary.c @@ -70,7 +70,7 @@ void dpow_srcupdate(struct supernet_info *myinfo,struct dpow_info *dp,int32_t he if ( dp->DESTHEIGHT < dp->prevDESTHEIGHT+checkpointfreq ) { if ( strncmp(dp->symbol, "STKD", 4) == 0) || strncmp(dp->symbol, "STAKED", 6) == 0) ) - suppress = 0 + suppress = 0; else suppress = 1; //fprintf(stderr,"suppress.[%d] %s -> KMD freq KMD prevDESTHEIGHT.%d\n",suppress,dp->symbol,dp->prevDESTHEIGHT);