mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-02-03 06:13:31 +00:00
Fix 'validator_index': 'uint64' -> 'uint24'
This commit is contained in:
parent
6f828c8f12
commit
4c3c8510d4
@ -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]',
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user