diff --git a/specs/core/1_beacon-chain-misc.md b/specs/core/1_beacon-chain-misc.md index 3bb1fa201..3b32f39e6 100644 --- a/specs/core/1_beacon-chain-misc.md +++ b/specs/core/1_beacon-chain-misc.md @@ -205,7 +205,7 @@ Add the `shard_receipts` operation to `BeaconBlockBody`: ```python # begin insert @shard_receipts - shard_receipts: List[ShardReceiptProof, MAX_SHARD_RECEIPTS] + shard_receipt_proofs: List[ShardReceiptProof, MAX_SHARD_RECEIPTS] # end insert @shard_receipts ```