mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-30 20:57:10 +00:00
Refactor
This commit is contained in:
@@ -1867,11 +1867,6 @@ pub type SignedBlockContentsTuple<E> = (
|
||||
Option<(KzgProofs<E>, BlobsList<E>)>,
|
||||
);
|
||||
|
||||
pub type SignedPayloadEnvelopeContentsTuple<E> = (
|
||||
Arc<SignedExecutionPayloadEnvelope<E>>,
|
||||
Option<(KzgProofs<E>, BlobsList<E>)>,
|
||||
);
|
||||
|
||||
fn parse_required_header<T>(
|
||||
headers: &HeaderMap,
|
||||
header_name: &str,
|
||||
|
||||
Reference in New Issue
Block a user