Merge pull request #1014 from ethereum/JustinDrake-patch-10

Add 32-byte graffiti
This commit is contained in:
Danny Ryan 2019-05-01 16:30:02 -06:00 committed by GitHub
commit 1bb9397b65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -518,6 +518,7 @@ The types are defined topologically to aid in facilitating an executable version
{
'randao_reveal': 'bytes96',
'eth1_data': Eth1Data,
'graffiti': 'bytes32',
'proposer_slashings': [ProposerSlashing],
'attester_slashings': [AttesterSlashing],
'attestations': [Attestation],