Remove `difficulty` from `PowBlock`

This commit is contained in:
Paul Hauner 2021-11-16 10:28:04 +11:00 committed by GitHub
parent fb34e162ef
commit 16aaf74cfc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -87,7 +87,6 @@ class PowBlock(Container):
block_hash: Hash32
parent_hash: Hash32
total_difficulty: uint256
difficulty: uint256
```
### `get_pow_block`