test
This commit is contained in:
@@ -272,7 +272,9 @@ uint64_t komodo_paxtotal()
|
|||||||
if ( pax->type == 'X' || pax->type == 'A' || pax->type == 'D' || pax->type == 'I' )
|
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;
|
||||||
if ( pax->didstats == 0 && pax->fiatoshis != 0 )
|
if ( komodo_baseid(str) >= 0 && pax->didstats == 0 && pax->fiatoshis != 0 )
|
||||||
|
{
|
||||||
|
if ( (basesp= komodo_stateptrget(str)) != 0 )
|
||||||
{
|
{
|
||||||
if ( pax->type == 'I' )
|
if ( pax->type == 'I' )
|
||||||
{
|
{
|
||||||
@@ -285,7 +287,8 @@ uint64_t komodo_paxtotal()
|
|||||||
pax->didstats = 1;
|
pax->didstats = 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
printf(" didstats.0 type.%c (%s) k.%d %.8f h.%d %.8f\n",pax->type,str,pax->height,dstr(pax->komodoshis),pax->otherheight,dstr(pax->fiatoshis));
|
}
|
||||||
|
printf(" stats.%d type.%c (%s) k.%d %.8f h.%d %.8f\n",pax->didstats,pax->type,str,pax->height,dstr(pax->komodoshis),pax->otherheight,dstr(pax->fiatoshis));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user