From cc0aac3aaed2b85ab45e0303efc04f33ba7b1159 Mon Sep 17 00:00:00 2001 From: protolambda Date: Sat, 16 Nov 2019 11:17:39 +0100 Subject: [PATCH] typo --- specs/core/1_beacon-chain.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/core/1_beacon-chain.md b/specs/core/1_beacon-chain.md index 4e98445f2..e7f53865d 100644 --- a/specs/core/1_beacon-chain.md +++ b/specs/core/1_beacon-chain.md @@ -190,7 +190,7 @@ class BeaconBlockBody(phase0.BeaconBlockBody): attester_slashings: List[AttesterSlashing, MAX_ATTESTER_SLASHINGS] # Attesting attestations: List[Attestation, MAX_ATTESTATIONS] - # Enty & exit + # Entry & exit deposits: List[Deposit, MAX_DEPOSITS] voluntary_exits: List[VoluntaryExit, MAX_VOLUNTARY_EXITS] # Custody game