# MutantHub mutant #331: Relational operator mutation at pow.cpp:131
# Repository: bitcoin/bitcoin @ a09a81ebfce360a45484e2d0e4e8e889f5d5d214
# File: src/pow.cpp:131-131
# Review: APPROVED; outcome: KILLED
--- a/src/pow.cpp
+++ b/src/pow.cpp
@@ -131,1 +131,1 @@
-        if (minimum_new_target > observed_new_target) return false;
+        if (minimum_new_target >= observed_new_target) return false;
