mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-01 22:05:30 -05:00
Remove difficulty from PowBlock
This commit is contained in:
@@ -87,7 +87,6 @@ class PowBlock(Container):
|
||||
block_hash: Hash32
|
||||
parent_hash: Hash32
|
||||
total_difficulty: uint256
|
||||
difficulty: uint256
|
||||
```
|
||||
|
||||
### `get_pow_block`
|
||||
|
||||
Reference in New Issue
Block a user