From 49a008df605faf3ba94350b0d2a7a04fadb089b3 Mon Sep 17 00:00:00 2001 From: vbuterin Date: Wed, 14 Aug 2019 23:31:55 +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 8524ad51b..3bb1fa201 100644 --- a/specs/core/1_beacon-chain-misc.md +++ b/specs/core/1_beacon-chain-misc.md @@ -209,7 +209,7 @@ Add the `shard_receipts` operation to `BeaconBlockBody`: # end insert @shard_receipts ``` -Use `process_shard_receipt` to process each receipt. +Use `process_shard_receipt_proof` to process each receipt. ```python # begin insert @process_shard_receipts