From 814c7696d96bab5e62aaea15cee8cdb39e0de6a3 Mon Sep 17 00:00:00 2001 From: terence tsao Date: Mon, 24 May 2021 06:50:03 -0700 Subject: [PATCH] shard_blob_header -> shard_header --- specs/sharding/p2p-interface.md | 1 - 1 file changed, 1 deletion(-) diff --git a/specs/sharding/p2p-interface.md b/specs/sharding/p2p-interface.md index 65393bc0e..5acd9735d 100644 --- a/specs/sharding/p2p-interface.md +++ b/specs/sharding/p2p-interface.md @@ -168,4 +168,3 @@ The following validations MUST pass before forwarding the `shard_proposer_slashi for the proposer with index `proposer_slashing.signed_header_1.message.proposer_index`. The `slot` and `shard` are ignored, there are no per-shard slashings. - _[REJECT]_ All of the conditions within `process_shard_proposer_slashing` pass validation. --