mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-08 09:16:00 +00:00
remove ParentLookupReqId
This commit is contained in:
@@ -89,12 +89,6 @@ pub struct SingleLookupReqId {
|
|||||||
pub req_counter: Id,
|
pub req_counter: Id,
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Debug, Hash, PartialEq, Eq, Clone, Copy)]
|
|
||||||
pub struct ParentLookupReqId {
|
|
||||||
pub id: Id,
|
|
||||||
pub req_counter: Id,
|
|
||||||
}
|
|
||||||
|
|
||||||
/// Id of rpc requests sent by sync to the network.
|
/// Id of rpc requests sent by sync to the network.
|
||||||
#[derive(Debug, Hash, PartialEq, Eq, Clone, Copy)]
|
#[derive(Debug, Hash, PartialEq, Eq, Clone, Copy)]
|
||||||
pub enum RequestId {
|
pub enum RequestId {
|
||||||
|
|||||||
Reference in New Issue
Block a user