# MutantHub mutant #343: Relational operator mutation at pow.cpp:155
# Repository: bitcoin/bitcoin @ a09a81ebfce360a45484e2d0e4e8e889f5d5d214
# File: src/pow.cpp:155-155
# Review: APPROVED; outcome: SURVIVED
--- a/src/pow.cpp
+++ b/src/pow.cpp
@@ -155,1 +155,1 @@
-    if (fNegative || bnTarget == 0 || fOverflow || bnTarget > UintToArith256(pow_limit))
+    if (fNegative || bnTarget == 0 || fOverflow || bnTarget >= UintToArith256(pow_limit))
