mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-17 04:48:21 +00:00
Resolve some FIXMEs
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user