From cf370dc24f8a6ca59603695b75a169f87536da63 Mon Sep 17 00:00:00 2001 From: nhussein11 Date: Tue, 17 Dec 2024 14:34:53 -0300 Subject: [PATCH] fix: typo --- polkadot-protocol/basics/randomness.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polkadot-protocol/basics/randomness.md b/polkadot-protocol/basics/randomness.md index 02e9526ea..e1ec0574d 100644 --- a/polkadot-protocol/basics/randomness.md +++ b/polkadot-protocol/basics/randomness.md @@ -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