From 16aaf74cfc368bc4a29d6b6e7a2b34f5dbba1da0 Mon Sep 17 00:00:00 2001 From: Paul Hauner Date: Tue, 16 Nov 2021 10:28:04 +1100 Subject: [PATCH] Remove `difficulty` from `PowBlock` --- specs/merge/fork-choice.md | 1 - 1 file changed, 1 deletion(-) diff --git a/specs/merge/fork-choice.md b/specs/merge/fork-choice.md index 3f0c67200..dec273853 100644 --- a/specs/merge/fork-choice.md +++ b/specs/merge/fork-choice.md @@ -87,7 +87,6 @@ class PowBlock(Container): block_hash: Hash32 parent_hash: Hash32 total_difficulty: uint256 - difficulty: uint256 ``` ### `get_pow_block`