mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-01-14 04:34:43 +00:00
Merge pull request #296 from ethereum/hwwhww-patch-2
Fix 'validator_index': 'uint64' -> 'uint24'
This commit is contained in:
commit
2a87cee15f
@ -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]',
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user