Merge pull request #2630 from ethereum/tests/merge-clean-up

#2598 + cleanups
This commit is contained in:
Danny Ryan
2021-09-27 11:23:30 -06:00
committed by GitHub
14 changed files with 599 additions and 13 deletions

View File

@@ -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