Event bls

This commit is contained in:
Tan Chee Keong
2024-05-22 20:53:53 +08:00
parent ecd82f302c
commit b5adaa5572
2 changed files with 9 additions and 9 deletions

View File

@@ -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> {