Moved notes to the end of the section to make Danny happy

This commit is contained in:
vbuterin 2018-12-21 11:29:15 -05:00 committed by GitHub
parent 5fc8f6cfca
commit 4f94f7579c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -421,8 +421,6 @@ Unless otherwise indicated, code appearing in `this style` is to be interpreted
#### `BeaconBlockBody`
`ProofOfCustodySeedChange`, `ProofOfCustodyChallenge`, and `ProofOfCustodyResponse` will be defined in phase 1; for now, put dummy classes as these lists will remain empty throughout phase 0.
```python
{
'proposer_slashings': [ProposerSlashing],
@ -436,6 +434,8 @@ Unless otherwise indicated, code appearing in `this style` is to be interpreted
}
```
`ProofOfCustodySeedChange`, `ProofOfCustodyChallenge`, and `ProofOfCustodyResponse` will be defined in phase 1; for now, put dummy classes as these lists will remain empty throughout phase 0.
#### `ProposalSignedData`
```python