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

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],