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