exits -> voluntary_exits
This commit is contained in:
parent
044c87fe39
commit
5282b289cf
|
@ -1448,7 +1448,7 @@ def get_empty_block() -> BeaconBlock:
|
|||
attester_slashings=[],
|
||||
attestations=[],
|
||||
deposits=[],
|
||||
exits=[],
|
||||
voluntary_exits=[],
|
||||
transfers=[],
|
||||
),
|
||||
signature=EMPTY_SIGNATURE,
|
||||
|
|
Loading…
Reference in New Issue