# MutantHub mutant #326: Relational operator mutation at pow.cpp:123
# Repository: bitcoin/bitcoin @ a09a81ebfce360a45484e2d0e4e8e889f5d5d214
# File: src/pow.cpp:123-123
# Review: APPROVED; outcome: KILLED
--- a/src/pow.cpp
+++ b/src/pow.cpp
@@ -123,1 +123,1 @@
-        if (smallest_difficulty_target > pow_limit) {
+        if (smallest_difficulty_target < pow_limit) {
