Update specs/core/0_beacon-chain.md
Co-Authored-By: djrtwo <dannyjryan@gmail.com>
This commit is contained in:
parent
face6d325d
commit
679421e489
|
@ -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`
|
||||
|
|
Loading…
Reference in New Issue