This commit is contained in:
jl777
2017-03-20 23:22:46 +02:00
parent e862063a6e
commit d0d1b1a2d1

View File

@@ -950,8 +950,8 @@ int32_t komodo_check_deposit(int32_t height,const CBlock& block) // verify above
hash = block.GetHash();
for (j=0; j<32; j++)
printf("%02x",((uint8_t *)&hash)[j]);
printf(" kht.%d ht.%d %.8f %.8f blockhash couldnt find vout.[%d]\n",kmdheights[i-1],otherheights[i-1],dstr(values[i-1]),dstr(srcvalues[i]),i);
if ( height > 200000 || pax->height > 200000 )
printf(" kht.%d ht.%d %.8f %.8f blockhash couldnt find vout.[%d] ht.%d\n",kmdheights[i-1],otherheights[i-1],dstr(values[i-1]),dstr(srcvalues[i]),i,height);
//if ( height > 200000 || pax->height > 200000 )
return(-1);
}
}