mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-11 18:04:18 +00:00
single envelope lookup
This commit is contained in:
@@ -896,9 +896,9 @@ impl<S: SlotClock> ReprocessQueue<S> {
|
||||
.ready_work_tx
|
||||
.try_send(ReadyWork::Envelope(envelope))
|
||||
.is_err()
|
||||
{
|
||||
error!(?block_root, "Failed to send envelope after timeout");
|
||||
}
|
||||
{
|
||||
error!(?block_root, "Failed to send envelope after timeout");
|
||||
}
|
||||
}
|
||||
InboundEvent::ReadyAttestation(queued_id) => {
|
||||
metrics::inc_counter(
|
||||
|
||||
Reference in New Issue
Block a user