minor typo

Co-Authored-By: MrChico <martin.lundfall@protonmail.com>
This commit is contained in:
Danny Ryan 2019-12-10 10:05:19 -07:00 committed by GitHub
parent cf5b48ff21
commit 8861ca0282
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -484,7 +484,7 @@ class BeaconState(Container):
### Signed envelopes ### Signed envelopes
Some messages in the protocol are wrapped in an envelop to better facilitate adding/pruning the signature and to `hash_tree_root` the `message` separate from the signature. Some messages in the protocol are wrapped in an envelope to better facilitate adding/pruning the signature and to `hash_tree_root` the `message` separate from the signature.
#### `SignedVoluntaryExit` #### `SignedVoluntaryExit`