mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-02 17:35:03 -05:00
exits -> voluntary_exits
This commit is contained in:
@@ -1448,7 +1448,7 @@ def get_empty_block() -> BeaconBlock:
|
||||
attester_slashings=[],
|
||||
attestations=[],
|
||||
deposits=[],
|
||||
exits=[],
|
||||
voluntary_exits=[],
|
||||
transfers=[],
|
||||
),
|
||||
signature=EMPTY_SIGNATURE,
|
||||
|
||||
Reference in New Issue
Block a user