Remove `difficulty` from `PowBlock`
This commit is contained in:
parent
fb34e162ef
commit
16aaf74cfc
|
@ -87,7 +87,6 @@ class PowBlock(Container):
|
||||||
block_hash: Hash32
|
block_hash: Hash32
|
||||||
parent_hash: Hash32
|
parent_hash: Hash32
|
||||||
total_difficulty: uint256
|
total_difficulty: uint256
|
||||||
difficulty: uint256
|
|
||||||
```
|
```
|
||||||
|
|
||||||
### `get_pow_block`
|
### `get_pow_block`
|
||||||
|
|
Loading…
Reference in New Issue