Update beacon_node/lighthouse_network/src/rpc/protocol.rs
This commit is contained in:
parent
9976d3bbbc
commit
b7e20fb87a
@ -211,7 +211,7 @@ impl Protocol {
|
||||
match self {
|
||||
Protocol::Status => None,
|
||||
Protocol::Goodbye => None,
|
||||
Protocol::BlocksByRange => Some(ResponseTermination::BlobsByRange),
|
||||
Protocol::BlocksByRange => Some(ResponseTermination::BlocksByRange),
|
||||
Protocol::BlocksByRoot => Some(ResponseTermination::BlocksByRoot),
|
||||
Protocol::BlobsByRange => Some(ResponseTermination::BlobsByRange),
|
||||
Protocol::BlobsByRoot => Some(ResponseTermination::BlobsByRoot),
|
||||
|
Loading…
Reference in New Issue
Block a user