mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-09 05:52:45 +00:00
fix (#6688)
This commit is contained in:
parent
18409a69e1
commit
c4d8ae40b0
@ -528,7 +528,7 @@ proc makeBeaconBlockWithRewards*(
|
||||
hash_tree_root(validator_changes.proposer_slashings),
|
||||
hash_tree_root(validator_changes.electra_attester_slashings),
|
||||
hash_tree_root(
|
||||
List[electra.Attestation, Limit MAX_ATTESTATIONS](
|
||||
List[electra.Attestation, Limit MAX_ATTESTATIONS_ELECTRA](
|
||||
attestations)),
|
||||
hash_tree_root(List[Deposit, Limit MAX_DEPOSITS](deposits)),
|
||||
hash_tree_root(validator_changes.voluntary_exits),
|
||||
|
Loading…
x
Reference in New Issue
Block a user