mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-22 22:34:45 +00:00
get it to compile
This commit is contained in:
@@ -210,6 +210,7 @@ impl<T: BeaconChainTypes> Processor<T> {
|
||||
unreachable!("Block lookups do not request BBRange requests")
|
||||
}
|
||||
id @ (SyncId::BackFillSync { .. } | SyncId::RangeSync { .. }) => id,
|
||||
SyncId::RangeBlockBlob { id } => unimplemented!("do it"),
|
||||
},
|
||||
RequestId::Router => unreachable!("All BBRange requests belong to sync"),
|
||||
};
|
||||
@@ -268,6 +269,8 @@ impl<T: BeaconChainTypes> Processor<T> {
|
||||
SyncId::BackFillSync { .. } | SyncId::RangeSync { .. } => {
|
||||
unreachable!("Batch syncing do not request BBRoot requests")
|
||||
}
|
||||
|
||||
SyncId::RangeBlockBlob { id } => unimplemented!("do it"),
|
||||
},
|
||||
RequestId::Router => unreachable!("All BBRoot requests belong to sync"),
|
||||
};
|
||||
@@ -298,6 +301,8 @@ impl<T: BeaconChainTypes> Processor<T> {
|
||||
SyncId::BackFillSync { .. } | SyncId::RangeSync { .. } => {
|
||||
unreachable!("Batch syncing do not request BBRoot requests")
|
||||
}
|
||||
|
||||
SyncId::RangeBlockBlob { id } => unimplemented!("do it"),
|
||||
},
|
||||
RequestId::Router => unreachable!("All BBRoot requests belong to sync"),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user