# MutantHub mutant #191: Relational operator mutation at tx_check.cpp:29
# Repository: bitcoin/bitcoin @ ca45461ddb2421b4267dad0b7d7bcec88c07eba4
# File: src/consensus/tx_check.cpp:29-29
# Review: APPROVED; outcome: KILLED
--- a/src/consensus/tx_check.cpp
+++ b/src/consensus/tx_check.cpp
@@ -29,1 +29,1 @@
-        if (txout.nValue > MAX_MONEY)
+        if (txout.nValue < MAX_MONEY)
