mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-03 06:25:05 -05:00
Update specs/core/0_beacon-chain.md
Co-Authored-By: djrtwo <dannyjryan@gmail.com>
This commit is contained in:
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user