Browse Source

Test

etomic
jl777 7 years ago
parent
commit
d3fed6994f
  1. 4
      iguana/iguana_notary.c

4
iguana/iguana_notary.c

@ -145,8 +145,10 @@ void dpow_srcupdate(struct supernet_info *myinfo,struct dpow_info *dp,int32_t he
}
else
{
freq = 1;
minsigs = DPOW_MIN_ASSETCHAIN_SIGS;
if ( strcmp("CHIPS",dp->symbol) == 0 )
freq = 100;
else freq = 1;
}
dpow_fifoupdate(myinfo,dp->srcfifo,dp->last);
if ( strcmp(dp->dest,"KMD") == 0 )

Loading…
Cancel
Save