Skip to content

Commit

Permalink
Signed BLS
Browse files Browse the repository at this point in the history
  • Loading branch information
chong-he committed May 27, 2024
1 parent 7f54e9c commit 1146bc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions beacon_node/network/src/network_beacon_processor/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 1146bc7

Please sign in to comment.