mirror of
https://github.com/sigp/lighthouse.git
synced 2026-07-03 04:44:28 +00:00
Remove unused
This commit is contained in:
@@ -334,14 +334,6 @@ impl<E: EthSpec, Payload: AbstractExecPayload<E>> BlockProposalContents<E, Paylo
|
|||||||
Self::PayloadAndBlobs { block_value, .. } => block_value,
|
Self::PayloadAndBlobs { block_value, .. } => block_value,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
pub fn blob_kzg_commitments(&self) -> Option<&KzgCommitments<E>> {
|
|
||||||
match self {
|
|
||||||
Self::Payload { .. } => None,
|
|
||||||
Self::PayloadAndBlobs {
|
|
||||||
kzg_commitments, ..
|
|
||||||
} => Some(kzg_commitments),
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// This just groups together a bunch of parameters that commonly
|
// This just groups together a bunch of parameters that commonly
|
||||||
|
|||||||
Reference in New Issue
Block a user