Fix compilation
This commit is contained in:
parent
4ca101e085
commit
54c6e1dd3d
@ -50,9 +50,10 @@ impl<T: BeaconChainTypes> BeaconChain<T> {
|
|||||||
|
|
||||||
match state {
|
match state {
|
||||||
BeaconState::Base(_) => self.compute_attestation_rewards_base(state, validators),
|
BeaconState::Base(_) => self.compute_attestation_rewards_base(state, validators),
|
||||||
BeaconState::Altair(_) | BeaconState::Merge(_) | BeaconState::Capella(_) => {
|
BeaconState::Altair(_)
|
||||||
self.compute_attestation_rewards_altair(state, validators)
|
| BeaconState::Merge(_)
|
||||||
}
|
| BeaconState::Capella(_)
|
||||||
|
| BeaconState::Deneb(_) => self.compute_attestation_rewards_altair(state, validators),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user