mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-11 18:04:18 +00:00
block and blob handling progress
This commit is contained in:
@@ -68,16 +68,6 @@ pub const SLOT_IMPORT_TOLERANCE: usize = 32;
|
||||
|
||||
pub type Id = u32;
|
||||
|
||||
pub struct SeansBlock {}
|
||||
|
||||
pub struct SeansBlob {}
|
||||
|
||||
/// This is the one that has them both and goes to range.
|
||||
pub struct SeansBlockBlob {
|
||||
block: SeansBlock,
|
||||
blob: SeansBlob,
|
||||
}
|
||||
|
||||
/// Id of rpc requests sent by sync to the network.
|
||||
#[derive(Debug, Hash, PartialEq, Eq, Clone, Copy)]
|
||||
pub enum RequestId {
|
||||
|
||||
Reference in New Issue
Block a user