Fix 'validator_index': 'uint64' -> 'uint24'

This commit is contained in:
Hsiao-Wei Wang 2018-12-13 01:09:56 +08:00 committed by GitHub
parent 6f828c8f12
commit 4c3c8510d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -379,7 +379,7 @@ Unless otherwise indicated, code appearing in `this style` is to be interpreted
# Minimum slot for processing exit # Minimum slot for processing exit
'slot': 'uint64', 'slot': 'uint64',
# Index of the exiting validator # Index of the exiting validator
'validator_index': 'uint64', 'validator_index': 'uint24',
# Validator signature # Validator signature
'signature': '[uint384]', 'signature': '[uint384]',
} }