Signed BLS

This commit is contained in:
Tan Chee Keong
2024-05-27 08:27:45 +08:00
parent 7f54e9c1ce
commit 1146bc734b

View File

@@ -31,8 +31,8 @@ use tokio::sync::mpsc;
use types::blob_sidecar::FixedBlobSidecarList;
use types::{
Attestation, AttesterSlashing, BlobSidecar, BlobSidecarList, Epoch, Hash256, MainnetEthSpec,
ProposerSlashing, SignedAggregateAndProof, SignedBeaconBlock, SignedVoluntaryExit, Slot,
SubnetId,
ProposerSlashing, SignedAggregateAndProof, SignedBeaconBlock, SignedBlsToExecutionChange,
SignedVoluntaryExit, Slot, SubnetId,
};
type E = MainnetEthSpec;