This commit is contained in:
jl777
2016-11-26 15:16:47 -03:00
parent e69107f81d
commit 16e7ab0f88

View File

@@ -265,7 +265,7 @@ uint64_t komodo_paxtotal()
{
HASH_ITER(hh,PAX,pax,tmp)
{
if ( pax->didstats == 0 && pax->type == 'I' )
//if ( pax->didstats == 0 && pax->type == 'I' )
{
for (i=0; i<32; i++)
printf("%02x",((uint8_t *)&pax->txid)[i]);