From 1c48544fee37ac2bbdf639991c8ef14eef224aa9 Mon Sep 17 00:00:00 2001 From: Justin Date: Fri, 18 Jan 2019 21:38:25 +0000 Subject: [PATCH] Update 0_beacon-chain.md --- specs/core/0_beacon-chain.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/specs/core/0_beacon-chain.md b/specs/core/0_beacon-chain.md index 429ff3a2c..cde7a1ba5 100644 --- a/specs/core/0_beacon-chain.md +++ b/specs/core/0_beacon-chain.md @@ -137,8 +137,6 @@ The primary source of load on the beacon chain is "attestations". Attestations a Code snippets appearing in `this style` are to be interpreted as Python code. Beacon blocks that trigger unhandled Python exceptions (e.g. out-of-range list accesses) are considered invalid. -Implementations may implement such algorithms using any code and programming language desired as long as the behavior is identical to that of the algorithm provided. - ## Terminology * **Validator** - a participant in the Casper/sharding consensus system. You can become one by depositing 32 ETH into the Casper mechanism.