aboutsummaryrefslogtreecommitdiffstats
path: root/pow/block.go
diff options
context:
space:
mode:
Diffstat (limited to 'pow/block.go')
-rw-r--r--pow/block.go2
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
}