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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

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`