merge with unstable fixes

This commit is contained in:
realbigsean
2022-11-01 13:26:56 -04:00
parent 8656d23327
commit d8a49aad2b
5 changed files with 7 additions and 17 deletions

View File

@@ -92,7 +92,8 @@ impl<E: EthSpec> Operation<E> for Attestation<E> {
BeaconState::Altair(_)
| BeaconState::Merge(_)
| BeaconState::Capella(_)
| BeaconState::Eip4844(_) => altair::process_attestation( state,
| BeaconState::Eip4844(_) => altair::process_attestation(
state,
self,
0,
proposer_index,