From 0cf454547b8b15bf88a73f466a5fbf6065ba13f4 Mon Sep 17 00:00:00 2001 From: vbuterin Date: Wed, 14 Aug 2019 23:27:25 +0200 Subject: [PATCH] Update specs/core/1_beacon-chain-misc.md --- specs/core/1_beacon-chain-misc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/core/1_beacon-chain-misc.md b/specs/core/1_beacon-chain-misc.md index 8c1cee900..56f9a223f 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[ShardReceipt, MAX_SHARD_RECEIPTS] + shard_receipts: List[ShardReceiptProof, MAX_SHARD_RECEIPTS] # end insert @shard_receipts ```