Browse Source

and another one

blackjok3r
blackjok3r 6 years ago
parent
commit
0159f5e602
  1. 2
      iguana/iguana_notary.c

2
iguana/iguana_notary.c

@ -67,7 +67,7 @@ void dpow_srcupdate(struct supernet_info *myinfo,struct dpow_info *dp,int32_t he
dpow_fifoupdate(myinfo,dp->srcfifo,dp->last);
if ( strcmp(dp->dest,"KMD") == 0 )
{
checkpointfreq = DPOW_CHECKPOINTFREQ
checkpointfreq = DPOW_CHECKPOINTFREQ;
if ( (strlen(dp->symbol) >= 4 && strncmp(dp->symbol, "STKD", 4) == 0) || (strlen(dp->symbol) >= 6 && strncmp(dp->symbol, "STAKED", 6) == 0) )
checkpointfreq = 5;
if ( dp->DESTHEIGHT < dp->prevDESTHEIGHT+checkpointfreq )

Loading…
Cancel
Save