diff options
author | Matthew Wampler-Doty <matthew.wampler.doty@gmail.com> | 2015-02-28 09:56:24 +0800 |
---|---|---|
committer | Matthew Wampler-Doty <matthew.wampler.doty@gmail.com> | 2015-02-28 09:56:24 +0800 |
commit | ba1f4bbe9132103af67c0c46f81c913d6a595d77 (patch) | |
tree | ba97bceff77f9f8e53855f123459ab70335f2f86 /pow/block.go | |
parent | 3820a65299831331f215e158d287fe3df3b69ea6 (diff) | |
download | dexon-ba1f4bbe9132103af67c0c46f81c913d6a595d77.tar.gz dexon-ba1f4bbe9132103af67c0c46f81c913d6a595d77.tar.zst dexon-ba1f4bbe9132103af67c0c46f81c913d6a595d77.zip |
Exposing stuff for ethash
Diffstat (limited to 'pow/block.go')
-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 } |