From 4f92e7fe3024bc1b545c96ac48ea7fd55cf71cb2 Mon Sep 17 00:00:00 2001 From: vbuterin Date: Wed, 14 Aug 2019 23:31:48 +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 56f9a223f..8524ad51b 100644 --- a/specs/core/1_beacon-chain-misc.md +++ b/specs/core/1_beacon-chain-misc.md @@ -213,6 +213,6 @@ Use `process_shard_receipt` to process each receipt. ```python # begin insert @process_shard_receipts - (body.shard_receipts, process_shard_receipts), + (body.shard_receipt_proofs, process_shard_receipt_proofs), # end insert @process_shard_receipts ```