diff --git a/src/crypto/equihash.cpp b/src/crypto/equihash.cpp index f17bce04d..bc2437e17 100644 --- a/src/crypto/equihash.cpp +++ b/src/crypto/equihash.cpp @@ -742,8 +742,8 @@ bool Equihash::IsValidSolution(const eh_HashState& base_state, std::vector< return false; } if (X[i+1].IndicesBefore(X[i], hashLen, lenIndices)) { - return false; LogPrint("pow", "Invalid solution: Index tree incorrectly ordered\n"); + return false; } if (!DistinctIndices(X[i], X[i+1], hashLen, lenIndices)) { LogPrint("pow", "Invalid solution: duplicate indices\n");