mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-07 16:55:46 +00:00
Remove outdated TODO
This commit is contained in:
@@ -131,7 +131,6 @@ pub struct ForkChoiceTest<E: EthSpec> {
|
|||||||
pub anchor_state: BeaconState<E>,
|
pub anchor_state: BeaconState<E>,
|
||||||
pub anchor_block: BeaconBlock<E>,
|
pub anchor_block: BeaconBlock<E>,
|
||||||
#[allow(clippy::type_complexity)]
|
#[allow(clippy::type_complexity)]
|
||||||
// TODO(electra): these tests will need to be updated to use new types
|
|
||||||
pub steps: Vec<
|
pub steps: Vec<
|
||||||
Step<SignedBeaconBlock<E>, BlobsList<E>, Attestation<E>, AttesterSlashing<E>, PowBlock>,
|
Step<SignedBeaconBlock<E>, BlobsList<E>, Attestation<E>, AttesterSlashing<E>, PowBlock>,
|
||||||
>,
|
>,
|
||||||
|
|||||||
Reference in New Issue
Block a user