jl777 8 years ago
parent
commit
f6b4dc3bb4
  1. 2
      iguana/dpow/dpow_fsm.c
  2. 2
      iguana/iguana_notary.c

2
iguana/dpow/dpow_fsm.c

@ -609,8 +609,6 @@ void dpow_statemachinestart(void *ptr)
//printf("done utxosync start.%u %u\n",starttime,(uint32_t)time(NULL));
while ( time(NULL) < starttime+bp->duration && src != 0 && dest != 0 && bp->state != 0xffffffff )
{
if ( strcmp(dp->dest,"BTC") != 0 )
dp->KMDHEIGHT = dpow_issuer_iteration(bp->srccoin,dp->KMDHEIGHT,&dp->KMDREALTIME);
if ( dp->checkpoint.blockhash.height > checkpoint.blockhash.height )
{
if ( bp->isratify == 0 )

2
iguana/iguana_notary.c

@ -143,6 +143,8 @@ void iguana_dPoWupdate(struct supernet_info *myinfo,struct dpow_info *dp)
//printf("dp.%p dPoWupdate (%s -> %s)\n",dp,dp!=0?dp->symbol:"",dp!=0?dp->dest:"");
if ( src != 0 && dest != 0 )
{
if ( strcmp(dp->dest,"BTC") != 0 )
dp->KMDHEIGHT = dpow_issuer_iteration(src,dp->KMDHEIGHT,&dp->KMDREALTIME);
dp->numdesttx = sizeof(dp->desttx)/sizeof(*dp->desttx);
if ( (height= dpow_getchaintip(myinfo,&blockhash,&blocktime,dp->desttx,&dp->numdesttx,dest)) != dp->destchaintip.blockhash.height && height >= 0 )
{

Loading…
Cancel
Save