# MutantHub mutant #189: Relational operator mutation at tx_check.cpp:19
# Repository: bitcoin/bitcoin @ ca45461ddb2421b4267dad0b7d7bcec88c07eba4
# File: src/consensus/tx_check.cpp:19-19
# Review: APPROVED; outcome: KILLED
--- a/src/consensus/tx_check.cpp
+++ b/src/consensus/tx_check.cpp
@@ -19,1 +19,1 @@
-    if (::GetSerializeSize(TX_NO_WITNESS(tx)) * WITNESS_SCALE_FACTOR > MAX_BLOCK_WEIGHT) {
+    if (::GetSerializeSize(TX_NO_WITNESS(tx)) * WITNESS_SCALE_FACTOR < MAX_BLOCK_WEIGHT) {
