From 958c338c8fe1e9ea8e7494add7d33eecdced5513 Mon Sep 17 00:00:00 2001 From: Hsiao-Wei Wang Date: Sat, 19 Jan 2019 18:11:07 -0600 Subject: [PATCH] Update specs/core/0_beacon-chain.md Co-Authored-By: vbuterin --- specs/core/0_beacon-chain.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/core/0_beacon-chain.md b/specs/core/0_beacon-chain.md index 3f687618a..afa87a140 100644 --- a/specs/core/0_beacon-chain.md +++ b/specs/core/0_beacon-chain.md @@ -994,7 +994,7 @@ def get_randao_mix(state: BeaconState, def get_active_index_root(state: BeaconState, slot: int) -> Hash32: """ - Returns the randao mix at a recent ``slot``. + Returns the index root at a recent ``slot``. """ assert state.slot // EPOCH_LENGTH < slot // EPOCH_LENGTH + LATEST_INDEX_ROOTS_LENGTH assert slot // EPOCH_LENGTH <= state.slot // EPOCH_LENGTH