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