mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-22 14:24:44 +00:00
wip
This commit is contained in:
@@ -244,7 +244,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,
|
||||
@@ -316,7 +316,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