diff --git a/crates/transaction-pool/src/pool/mod.rs b/crates/transaction-pool/src/pool/mod.rs index 15ccd49228..37e00c5fb1 100644 --- a/crates/transaction-pool/src/pool/mod.rs +++ b/crates/transaction-pool/src/pool/mod.rs @@ -331,7 +331,7 @@ where if matches!(err, mpsc::error::TrySendError::Full(_)) { warn!( target: "txpool", - "[{:?}] dropping full ready transaction listener", + "[{:?}] failed to send pending tx; channel full", ready, ); true