mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-02 07:45:09 -05:00
Fix 'validator_index': 'uint64' -> 'uint24'
This commit is contained in:
@@ -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]',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user