Merge branch 'electra_attestation_changes' of https://github.com/realbigsean/lighthouse into block-processing-electra

This commit is contained in:
realbigsean
2024-06-25 13:05:27 -07:00
40 changed files with 489 additions and 277 deletions

View File

@@ -48,7 +48,6 @@ pub trait TransformPersist {
pub struct SigVerifiedOp<T: TransformPersist, E: EthSpec> {
op: T,
verified_against: VerifiedAgainst,
//#[ssz(skip_serializing, skip_deserializing)]
_phantom: PhantomData<E>,
}