Skip to content

Commit

Permalink
fix log for RBF
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyukang committed Oct 31, 2023
1 parent e8809cf commit a4b76fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tx-pool/src/process.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a4b76fa

Please sign in to comment.