mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-08 01:05:47 +00:00
Fixes
This commit is contained in:
@@ -336,7 +336,7 @@ impl<T: BeaconChainTypes> Router<T> {
|
|||||||
// TODO(EIP-7732): implement outgoing payload envelopes by range responses once
|
// TODO(EIP-7732): implement outgoing payload envelopes by range responses once
|
||||||
// range sync requests them.
|
// range sync requests them.
|
||||||
Response::PayloadEnvelopesByRange(_) => {
|
Response::PayloadEnvelopesByRange(_) => {
|
||||||
unreachable!()
|
error!(%peer_id, "Unexpected PayloadEnvelopesByRange response");
|
||||||
}
|
}
|
||||||
// Light client responses should not be received
|
// Light client responses should not be received
|
||||||
Response::LightClientBootstrap(_)
|
Response::LightClientBootstrap(_)
|
||||||
|
|||||||
Reference in New Issue
Block a user