Resolve some FIXMEs

This commit is contained in:
Michael Sproul
2022-12-08 16:06:07 +11:00
parent 57f1c03457
commit f113fbb8b5
2 changed files with 11 additions and 13 deletions

View File

@@ -56,7 +56,6 @@ pub struct BeaconStateDiff<T: EthSpec> {
slashings: VectorDiff<u64, T::EpochsPerSlashingsVector>,
// Attestations (genesis fork only)
// FIXME(sproul): do some clever diffing of prev against former current
previous_epoch_attestations:
Maybe<ResetListDiff<PendingAttestation<T>, T::MaxPendingAttestations>>,
current_epoch_attestations: