diff --git a/tx-pool/src/process.rs b/tx-pool/src/process.rs index f57cd6a6f7..b717e1b90b 100644 --- a/tx-pool/src/process.rs +++ b/tx-pool/src/process.rs @@ -135,8 +135,8 @@ impl TxPoolService { entry.transaction().hash() ); let reject = Reject::RBFRejected(format!( - "replaced by {}", - entry.proposal_short_id() + "replaced by tx {}", + entry.transaction().hash() )); // remove old tx from tx_pool, not happened in service so we didn't call reject callbacks // here we call them manually