Browse Source

Print

pass-iguana-arg
jl777 7 years ago
parent
commit
8e8b78ba26
  1. 1
      iguana/iguana_notary.c

1
iguana/iguana_notary.c

@ -255,6 +255,7 @@ void iguana_dPoWupdate(struct supernet_info *myinfo,struct dpow_info *dp)
{ {
while ( dp->lastheight <= height ) while ( dp->lastheight <= height )
{ {
printf("dp->lastheight.%d <= height.%d\n",dp->lastheight,height);
blockhash = dpow_getblockhash(myinfo,src,dp->lastheight); blockhash = dpow_getblockhash(myinfo,src,dp->lastheight);
dpow_srcupdate(myinfo,dp,dp->lastheight++,blockhash,(uint32_t)time(NULL),blocktime); dpow_srcupdate(myinfo,dp,dp->lastheight++,blockhash,(uint32_t)time(NULL),blocktime);
} }

Loading…
Cancel
Save