@ -108,7 +108,10 @@ bool Ethash::verify(BlockInfo const& _header)
bool pre = preVerify(_header);
#if !ETH_DEBUG
if (!pre)
{
cdebug << "Fail on preVerify";
return false;
}
#endif
auto result = EthashAux::eval(_header);