mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-03 01:14:58 -05:00
Update 0_beacon-chain.md
This commit is contained in:
@@ -135,7 +135,7 @@ The primary source of load on the beacon chain is "attestations". Attestations a
|
||||
|
||||
## Notation
|
||||
|
||||
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.
|
||||
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) and failed asserts are considered invalid.
|
||||
|
||||
## Terminology
|
||||
|
||||
|
||||
Reference in New Issue
Block a user