File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -962,7 +962,7 @@ bool MemPoolAccept::PreChecks(ATMPArgs& args, Workspace& ws)
962
962
// method of ensuring the tx remains bumped. For example, the fee-bumping child could disappear
963
963
// due to a replacement.
964
964
// The only exception is TRUC transactions.
965
- if (ws.m_ptx ->version != TRUC_VERSION && ws.m_modified_fees < m_pool.m_opts .min_relay_feerate .GetFee (ws.m_vsize ) && !args.m_ignore_rejects .count (rejectmsg_mempoolfull )) {
965
+ if (ws.m_ptx ->version != TRUC_VERSION && ws.m_modified_fees < m_pool.m_opts .min_relay_feerate .GetFee (ws.m_vsize ) && !args.m_ignore_rejects .count (rejectmsg_lowfee_relay )) {
966
966
// Even though this is a fee-related failure, this result is TX_MEMPOOL_POLICY, not
967
967
// TX_RECONSIDERABLE, because it cannot be bypassed using package validation.
968
968
return state.Invalid (TxValidationResult::TX_MEMPOOL_POLICY, " min relay fee not met" ,
You can’t perform that action at this time.
0 commit comments