This commit is contained in:
jl777
2016-11-26 15:36:43 -03:00
parent 645ecdd51e
commit ceabe3dffb

View File

@@ -269,7 +269,7 @@ uint64_t komodo_paxtotal()
{ {
for (i=0; i<32; i++) for (i=0; i<32; i++)
printf("%02x",((uint8_t *)&pax->txid)[i]); printf("%02x",((uint8_t *)&pax->txid)[i]);
if ( pax->type == 'X' || pax->type == 'A' ) if ( pax->type == 'X' || pax->type == 'A' || pax->type == 'D' || pax->type == 'I' )
str = pax->symbol; str = pax->symbol;
else str = pax->source; else str = pax->source;
printf(" pax.%p didstats.0 type.%c (%s) k.%d %.8f h.%d %.8f\n",pax,pax->type,str,pax->height,dstr(pax->komodoshis),pax->otherheight,dstr(pax->fiatoshis)); printf(" pax.%p didstats.0 type.%c (%s) k.%d %.8f h.%d %.8f\n",pax,pax->type,str,pax->height,dstr(pax->komodoshis),pax->otherheight,dstr(pax->fiatoshis));