exits -> voluntary_exits

This commit is contained in:
vbuterin 2019-03-04 04:49:24 -06:00 committed by GitHub
parent 044c87fe39
commit 5282b289cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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,