mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: improve channel is full log (#2595)
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user