test
This commit is contained in:
@@ -261,7 +261,7 @@ uint64_t komodo_paxtotal()
|
||||
{
|
||||
//for (i=0; i<32; i++)
|
||||
// printf("%02x",((uint8_t *)&pax->txid)[i]);
|
||||
if ( pax->type == 'X' || pax->type == 'A' || pax->type == 'D' || pax->type == 'I' )
|
||||
if ( pax->type == 'A' || pax->type == 'D' || pax->type == 'I' )
|
||||
str = pax->symbol;
|
||||
else str = pax->source;
|
||||
basesp = komodo_stateptrget(str);
|
||||
@@ -273,7 +273,7 @@ uint64_t komodo_paxtotal()
|
||||
pax->fiatoshis = pax2->fiatoshis;
|
||||
basesp->issued += pax->fiatoshis;
|
||||
pax->didstats = 1;
|
||||
printf("Iset dstats %.8f += %.8f\n",dstr(basesp->issued),dstr(pax->fiatoshis));
|
||||
printf("Iset %s dstats %.8f += %.8f\n",str,dstr(basesp->issued),dstr(pax->fiatoshis));
|
||||
}
|
||||
}
|
||||
printf(" stats.%d type.%c (%s) k.%d %.8f h.%d %.8f I.%.8f X.%.8f\n",pax->didstats,pax->type,str,pax->height,dstr(pax->komodoshis),pax->otherheight,dstr(pax->fiatoshis),dstr(basesp->issued),dstr(basesp->redeemed));
|
||||
|
||||
Reference in New Issue
Block a user