diff --git a/src/node/transaction.cpp b/src/node/transaction.cpp index 05cb544..7a8af2a 100644 --- a/src/node/transaction.cpp +++ b/src/node/transaction.cpp @@ -58,9 +58,9 @@ TransactionError BroadcastTransaction(NodeContext& node, const CTransactionRef t if (!AcceptToMemoryPool(*node.mempool, state, tx, nullptr /* plTxnReplaced */, false /* bypass_limits */, /* test_accept */ true, &fee)) { return HandleATMPError(state, err_string); - } else if (fee > max_tx_fee) { + }/* else if (fee > max_tx_fee) { return TransactionError::MAX_FEE_EXCEEDED; - } + }*/ } // Try to submit the transaction to the mempool. if (!AcceptToMemoryPool(*node.mempool, state, tx,