From 5282b289cf6eed3ac8cf89e50d600ef1d2bded84 Mon Sep 17 00:00:00 2001 From: vbuterin Date: Mon, 4 Mar 2019 04:49:24 -0600 Subject: [PATCH] exits -> voluntary_exits --- specs/core/0_beacon-chain.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/core/0_beacon-chain.md b/specs/core/0_beacon-chain.md index c82e2aefd..e0b7ae61f 100644 --- a/specs/core/0_beacon-chain.md +++ b/specs/core/0_beacon-chain.md @@ -1448,7 +1448,7 @@ def get_empty_block() -> BeaconBlock: attester_slashings=[], attestations=[], deposits=[], - exits=[], + voluntary_exits=[], transfers=[], ), signature=EMPTY_SIGNATURE,