This commit is contained in:
jl777
2017-02-26 12:13:58 +02:00
parent a822a07057
commit 846304163c

View File

@@ -378,7 +378,7 @@ uint64_t komodo_paxtotal()
}
}
}
if ( 0 && pax->ready != 0 )
if ( pax->ready != 0 )
printf("%p (%c) pax.%s marked.%d %.8f -> %.8f validated.%d approved.%d\n",pax,pax->type,pax->symbol,pax->marked,dstr(pax->komodoshis),dstr(pax->fiatoshis),pax->validated != 0,pax->approved != 0);
}
}