Make status uint64

This commit is contained in:
Justin 2018-11-26 10:47:32 +00:00 committed by GitHub
parent 2a7103d1f6
commit 1bf04c8c17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -274,7 +274,7 @@ A `ValidatorRecord` has the following fields:
# Balance in Gwei
'balance': 'uint64',
# Status code
'status': 'uint8',
'status': 'uint64',
# Slot when validator last changed status (or 0)
'last_status_change_slot': 'uint64'
# Sequence number when validator exited (or 0)