chore: improve channel is full log (#2595)

This commit is contained in:
Matthias Seitz
2023-05-06 19:34:55 +02:00
committed by GitHub
parent df476140c4
commit 3c14fdab25

View File

@ -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