aboutsummaryrefslogtreecommitdiffstats
path: root/pow
diff options
context:
space:
mode:
Diffstat (limited to 'pow')
-rw-r--r--pow/block.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/pow/block.go b/pow/block.go
index 3bc63978b..136e4bf8d 100644
--- a/pow/block.go
+++ b/pow/block.go
@@ -11,7 +11,6 @@ type Block interface {
HashNoNonce() []byte
Nonce() uint64
MixDigest() []byte
- SeedHash() []byte
NumberU64() uint64
}