Update 0_beacon-chain.md

This commit is contained in:
Danny Ryan
2019-01-21 08:48:36 -06:00
committed by GitHub
parent 1c48544fee
commit 2e58d52aa6

View File

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