mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-02-19 14:04:25 +00:00
Update 0_beacon-chain.md
This commit is contained in:
parent
09e8448763
commit
9ac61e57c0
@ -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',
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user