Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nhussein11 committed Dec 17, 2024
1 parent b4f1a2b commit cf370dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polkadot-protocol/basics/randomness.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Slots on Polkadot are discrete units of time, each lasting six seconds, and can

In each slot, validators execute a "die roll" using a VRF. The VRF uses three inputs:

1. A "secret key", unique to each validator, is used for the die roll
1. A "secret key," unique to each validator, is used for the die roll
2. An epoch randomness value, derived from the hash of VRF outputs from blocks two epochs ago (N-2), so past randomness influences the current epoch (N)
3. The current slot number

Expand Down

0 comments on commit cf370dc

Please sign in to comment.