diff options
Diffstat (limited to 'pow')
-rw-r--r-- | pow/block.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pow/block.go b/pow/block.go index 86a6aa1b0..129f96fd3 100644 --- a/pow/block.go +++ b/pow/block.go @@ -7,4 +7,6 @@ type Block interface { HashNoNonce() []byte Nonce() []byte Number() *big.Int + MixDigest() []byte + SeedHash() []byte } |