Update 0_beacon-chain.md

This commit is contained in:
Justin 2019-02-20 07:18:12 +00:00 committed by GitHub
parent 09e8448763
commit 9ac61e57c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -18,7 +18,6 @@
- [Time parameters](#time-parameters) - [Time parameters](#time-parameters)
- [State list lengths](#state-list-lengths) - [State list lengths](#state-list-lengths)
- [Reward and penalty quotients](#reward-and-penalty-quotients) - [Reward and penalty quotients](#reward-and-penalty-quotients)
- [Status flags](#status-flags)
- [Max transactions per block](#max-transactions-per-block) - [Max transactions per block](#max-transactions-per-block)
- [Signature domains](#signature-domains) - [Signature domains](#signature-domains)
- [Data structures](#data-structures) - [Data structures](#data-structures)
@ -568,7 +567,7 @@ The following data structures are defined as [SimpleSerialize (SSZ)](https://git
'withdrawable_epoch': 'uint64', 'withdrawable_epoch': 'uint64',
# Did the validator initiate an exit # Did the validator initiate an exit
'initiated_exit': 'bool', 'initiated_exit': 'bool',
# Was the validator penalized # Was the validator slashed
'slashed': 'bool', 'slashed': 'bool',
} }
``` ```