From 1146bc734b3e8ed2067fb929d6b0a0b16b4154d3 Mon Sep 17 00:00:00 2001 From: Tan Chee Keong Date: Mon, 27 May 2024 08:27:45 +0800 Subject: [PATCH] Signed BLS --- beacon_node/network/src/network_beacon_processor/tests.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/beacon_node/network/src/network_beacon_processor/tests.rs b/beacon_node/network/src/network_beacon_processor/tests.rs index 863d0d5f75..13a2b07836 100644 --- a/beacon_node/network/src/network_beacon_processor/tests.rs +++ b/beacon_node/network/src/network_beacon_processor/tests.rs @@ -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;