mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-15 02:42:38 +00:00
remove ParentLookupReqId
This commit is contained in:
@@ -89,12 +89,6 @@ pub struct SingleLookupReqId {
|
||||
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.
|
||||
#[derive(Debug, Hash, PartialEq, Eq, Clone, Copy)]
|
||||
pub enum RequestId {
|
||||
|
||||
Reference in New Issue
Block a user