# MutantHub mutant #316: Conditional operator mutation at pow.cpp:107
# Repository: bitcoin/bitcoin @ a09a81ebfce360a45484e2d0e4e8e889f5d5d214
# File: src/pow.cpp:107-107
# Review: APPROVED; outcome: SURVIVED
--- a/src/pow.cpp
+++ b/src/pow.cpp
@@ -107,1 +107,1 @@
-        if (largest_difficulty_target > pow_limit) {
+        if (1==0) {
