This commit is contained in:
Eitan Seri- Levi
2026-04-02 19:37:51 -07:00
parent 3523804515
commit 1cd4d57204

View File

@@ -336,7 +336,7 @@ impl<T: BeaconChainTypes> Router<T> {
// TODO(EIP-7732): implement outgoing payload envelopes by range responses once
// range sync requests them.
Response::PayloadEnvelopesByRange(_) => {
unreachable!()
error!(%peer_id, "Unexpected PayloadEnvelopesByRange response");
}
// Light client responses should not be received
Response::LightClientBootstrap(_)