Skip to content

Commit 5390b77

Browse files
authored
Replace old instance of current_proposer_lookahead in spec (#4786)
In the code and in BeaconState, the field is called proposer_lookahead, and the identifier current_proposer_lookahead isn't used anywhere
1 parent 9bf891e commit 5390b77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

specs/fulu/beacon-chain.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ def compute_proposer_indices(
254254
#### Modified `get_beacon_proposer_index`
255255

256256
*Note*: The function `get_beacon_proposer_index` is modified to use the
257-
pre-calculated `current_proposer_lookahead` instead of calculating it on-demand.
257+
pre-calculated `proposer_lookahead` instead of calculating it on-demand.
258258

259259
```python
260260
def get_beacon_proposer_index(state: BeaconState) -> ValidatorIndex:

0 commit comments

Comments
 (0)