Browse Source

oops

blackjok3r
blackjok3r 7 years ago
parent
commit
728298aabe
  1. 2
      iguana/iguana_notary.c

2
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);

Loading…
Cancel
Save