Update specs/core/0_beacon-chain.md

Co-Authored-By: djrtwo <dannyjryan@gmail.com>
This commit is contained in:
Alex Stokes
2019-01-30 12:46:03 -08:00
committed by GitHub
parent face6d325d
commit 679421e489

View File

@@ -957,7 +957,6 @@ def get_beacon_proposer_index(state: BeaconState,
"""
first_committee, _ = get_crosslink_committees_at_slot(state, slot)[0]
return first_committee[slot % len(first_committee)]
```
### `merkle_root`