# MutantHub mutant #273: Relational operator mutation at pow.cpp:27
# Repository: bitcoin/bitcoin @ a09a81ebfce360a45484e2d0e4e8e889f5d5d214
# File: src/pow.cpp:27-27
# Review: APPROVED; outcome: SURVIVED
--- a/src/pow.cpp
+++ b/src/pow.cpp
@@ -27,1 +27,1 @@
-            if (pblock->GetBlockTime() > pindexLast->GetBlockTime() + params.nPowTargetSpacing*2)
+            if (pblock->GetBlockTime() < pindexLast->GetBlockTime() + params.nPowTargetSpacing*2)
