jl777 8 years ago
parent
commit
daebfff1f3
  1. 2
      iguana/iguana_notary.c

2
iguana/iguana_notary.c

@ -133,7 +133,7 @@ void iguana_dPoWupdate(struct supernet_info *myinfo,struct dpow_info *dp)
dpow_nanomsg_update(myinfo);
src = iguana_coinfind(dp->symbol);
dest = iguana_coinfind(dp->dest);
//printf("dPoWupdate (%s -> %s)\n",dp->symbol,dp->dest);
printf("dPoWupdate (%s -> %s)\n",dp->symbol,dp->dest);
if ( src != 0 && dest != 0 )
{
dp->numdesttx = sizeof(dp->desttx)/sizeof(*dp->desttx);

Loading…
Cancel
Save