POW fixes

This commit is contained in:
obscuren
2015-03-14 16:37:57 +01:00
parent 44636e5b82
commit 387f6bba3e
4 changed files with 1 additions and 12 deletions

View File

@ -11,7 +11,6 @@ type Block interface {
HashNoNonce() []byte
Nonce() uint64
MixDigest() []byte
SeedHash() []byte
NumberU64() uint64
}