mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-10 11:35:08 -05:00
Merge pull request #2630 from ethereum/tests/merge-clean-up
#2598 + cleanups
This commit is contained in:
@@ -55,8 +55,7 @@ def notify_forkchoice_updated(self: ExecutionEngine, head_block_hash: Hash32, fi
|
||||
### `PowBlock`
|
||||
|
||||
```python
|
||||
@dataclass
|
||||
class PowBlock(object):
|
||||
class PowBlock(Container):
|
||||
block_hash: Hash32
|
||||
parent_hash: Hash32
|
||||
total_difficulty: uint256
|
||||
|
||||
Reference in New Issue
Block a user