This commit is contained in:
jl777
2016-12-22 14:33:55 +02:00
parent c2c03b7a90
commit 38fa256ef6

View File

@@ -326,11 +326,11 @@ uint64_t komodo_paxtotal()
pax->ready = 0;
if ( pax->marked != 0 )
continue;
//printf("pax.%s marked.%d %.8f -> %.8f\n",pax->symbol,pax->marked,dstr(pax->komodoshis),dstr(pax->fiatoshis));
if ( strcmp(symbol,pax->symbol) == 0 )
{
if ( pax->marked == 0 )
{
printf("pax.%s marked.%d %.8f -> %.8f validated.%d approved.%d\n",pax->symbol,pax->marked,dstr(pax->komodoshis),dstr(pax->fiatoshis),pax->validated != 0,pax->approved != 0);
if ( komodo_is_issuer() != 0 )
{
if ( pax->validated != 0 && pax->type == 'D' )