From 4c3c8510d4abf969a7170fce10dcfb5d4df408c8 Mon Sep 17 00:00:00 2001 From: Hsiao-Wei Wang Date: Thu, 13 Dec 2018 01:09:56 +0800 Subject: [PATCH] Fix 'validator_index': 'uint64' -> 'uint24' --- 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 00dd9ad64..6a5540cca 100644 --- a/specs/core/0_beacon-chain.md +++ b/specs/core/0_beacon-chain.md @@ -379,7 +379,7 @@ Unless otherwise indicated, code appearing in `this style` is to be interpreted # Minimum slot for processing exit 'slot': 'uint64', # Index of the exiting validator - 'validator_index': 'uint64', + 'validator_index': 'uint24', # Validator signature 'signature': '[uint384]', }