mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-01-27 10:54:47 +00:00
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…
x
Reference in New Issue
Block a user