aboutsummaryrefslogtreecommitdiffstats
path: root/pow
diff options
context:
space:
mode:
authorMatthew Wampler-Doty <matthew.wampler.doty@gmail.com>2015-02-28 09:56:24 +0800
committerMatthew Wampler-Doty <matthew.wampler.doty@gmail.com>2015-02-28 09:56:24 +0800
commitba1f4bbe9132103af67c0c46f81c913d6a595d77 (patch)
treeba97bceff77f9f8e53855f123459ab70335f2f86 /pow
parent3820a65299831331f215e158d287fe3df3b69ea6 (diff)
downloadgo-tangerine-ba1f4bbe9132103af67c0c46f81c913d6a595d77.tar
go-tangerine-ba1f4bbe9132103af67c0c46f81c913d6a595d77.tar.gz
go-tangerine-ba1f4bbe9132103af67c0c46f81c913d6a595d77.tar.bz2
go-tangerine-ba1f4bbe9132103af67c0c46f81c913d6a595d77.tar.lz
go-tangerine-ba1f4bbe9132103af67c0c46f81c913d6a595d77.tar.xz
go-tangerine-ba1f4bbe9132103af67c0c46f81c913d6a595d77.tar.zst
go-tangerine-ba1f4bbe9132103af67c0c46f81c913d6a595d77.zip
Exposing stuff for ethash
Diffstat (limited to 'pow')
-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
}