mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-07 00:42:42 +00:00
Event bls
This commit is contained in:
@@ -1082,7 +1082,7 @@ pub enum EventKind<E: EthSpec> {
|
||||
PayloadAttributes(VersionedSsePayloadAttributes),
|
||||
ProposerSlashing(Box<ProposerSlashing>),
|
||||
AttesterSlashing(Box<AttesterSlashing<E>>),
|
||||
BlsToExecutionChange(Box<BlsToExecutionChange>),
|
||||
BlsToExecutionChange(Box<SignedBlsToExecutionChange>),
|
||||
}
|
||||
|
||||
impl<E: EthSpec> EventKind<E> {
|
||||
|
||||
Reference in New Issue
Block a user