diff --git a/specs/core/0_beacon-chain.md b/specs/core/0_beacon-chain.md index 55791e25f..b092935cc 100644 --- a/specs/core/0_beacon-chain.md +++ b/specs/core/0_beacon-chain.md @@ -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],