Browse Source

Test

etomic
jl777 7 years ago
parent
commit
b4b3109eb5
  1. 6
      iguana/iguana_notary.c

6
iguana/iguana_notary.c

@ -164,9 +164,9 @@ void dpow_srcupdate(struct supernet_info *myinfo,struct dpow_info *dp,int32_t he
if ( height > 0 && blocktime > 0 ) if ( height > 0 && blocktime > 0 )
{ {
dpow_checkpointset(myinfo,&dp->last,height,hash,timestamp,blocktime); dpow_checkpointset(myinfo,&dp->last,height,hash,timestamp,blocktime);
printf("dynamic set %s <- height.%d\n",bits256_str(str,hash),height); printf("dynamic set %s/%s %s <- height.%d\n",dp->symbol,dp->dest,bits256_str(str,hash),height);
} checkpoint = dp->last;
else return; } else return;
if ( bits256_nonz(dp->activehash) != 0 && bits256_cmp(dp->activehash,checkpoint.blockhash.hash) == 0 ) if ( bits256_nonz(dp->activehash) != 0 && bits256_cmp(dp->activehash,checkpoint.blockhash.hash) == 0 )
{ {
printf("activehash.(%s) is current checkpoint, skip\n",bits256_str(str,dp->activehash)); printf("activehash.(%s) is current checkpoint, skip\n",bits256_str(str,dp->activehash));

Loading…
Cancel
Save