This commit is contained in:
jl777
2016-12-03 15:01:51 -03:00
parent a5dd6dc166
commit 39863e30f1

View File

@@ -638,13 +638,15 @@ const char *komodo_opreturn(int32_t height,uint64_t value,uint8_t *opretbuf,int3
{
basesp->issued += pax->fiatoshis;
pax->didstats = 1;
pax->height = pax2->height;
pax->otherheight = height;
if ( strcmp(CURRENCIES[baseids[i]],ASSETCHAINS_SYMBOL) == 0 )
printf("########### %p issuedb %s += %.8f kmdheight.%d %.8f other.%d\n",basesp,CURRENCIES[baseids[i]],dstr(pax->fiatoshis),pax->height,dstr(pax->komodoshis),pax->otherheight);
}
}
}
komodo_paxmark(pax->height,txids[i],vouts[i],'D',height);
}
komodo_paxmark(height,txids[i],vouts[i],'D',height);
}
} else printf("opreturn none issued?\n");
}