mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-14 10:22:38 +00:00
Merge branch 'blob-syncing' into eip4844-devnet-v3
This commit is contained in:
@@ -245,7 +245,7 @@ impl<T: BeaconChainTypes> Processor<T> {
|
||||
);
|
||||
|
||||
if let RequestId::Sync(id) = request_id {
|
||||
self.send_to_sync(SyncMessage::RpcBlob {
|
||||
self.send_to_sync(SyncMessage::RpcGlob {
|
||||
peer_id,
|
||||
request_id: id,
|
||||
blob_sidecar,
|
||||
@@ -317,7 +317,7 @@ impl<T: BeaconChainTypes> Processor<T> {
|
||||
"Received BlockAndBlobssByRoot Response";
|
||||
"peer" => %peer_id,
|
||||
);
|
||||
self.send_to_sync(SyncMessage::RpcBlockAndBlob {
|
||||
self.send_to_sync(SyncMessage::RpcBlockAndGlob {
|
||||
peer_id,
|
||||
request_id,
|
||||
block_and_blobs,
|
||||
|
||||
Reference in New Issue
Block a user