|
|
@ -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 ) |
|
|
|
{ |
|
|
|