# MutantHub mutant #348: Constant replacement mutation at pow.cpp:164
# Repository: bitcoin/bitcoin @ a09a81ebfce360a45484e2d0e4e8e889f5d5d214
# File: src/pow.cpp:164-164
# Review: APPROVED; outcome: KILLED
--- a/src/pow.cpp
+++ b/src/pow.cpp
@@ -164,1 +164,1 @@
-    if (!bnTarget) return false;
+    if (!bnTarget) return true;
