We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
current_proposer_lookahead
1 parent 9bf891e commit 5390b77Copy full SHA for 5390b77
1 file changed
specs/fulu/beacon-chain.md
@@ -254,7 +254,7 @@ def compute_proposer_indices(
254
#### Modified `get_beacon_proposer_index`
255
256
*Note*: The function `get_beacon_proposer_index` is modified to use the
257
-pre-calculated `current_proposer_lookahead` instead of calculating it on-demand.
+pre-calculated `proposer_lookahead` instead of calculating it on-demand.
258
259
```python
260
def get_beacon_proposer_index(state: BeaconState) -> ValidatorIndex:
0 commit comments