We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ced573b commit 1db5572Copy full SHA for 1db5572
beacon_node/lighthouse_network/src/rpc/codec/ssz_snappy.rs
@@ -629,12 +629,12 @@ fn handle_v2_response<T: EthSpec>(
629
decoded_buffer,
630
)?),
631
)))),
632
- ForkName::Capella => Ok(Some(RPCResponse::BlocksByRange(Arc::new(
+ ForkName::Capella => Ok(Some(RPCResponse::BlocksByRoot(Arc::new(
633
SignedBeaconBlock::Capella(SignedBeaconBlockCapella::from_ssz_bytes(
634
635
636
637
- ForkName::Eip4844 => Ok(Some(RPCResponse::BlocksByRange(Arc::new(
+ ForkName::Eip4844 => Ok(Some(RPCResponse::BlocksByRoot(Arc::new(
638
SignedBeaconBlock::Eip4844(SignedBeaconBlockEip4844::from_ssz_bytes(
639
640
0 commit comments