Merge branch 'develop' into miner

This commit is contained in:
obscuren
2015-02-05 09:13:35 -08:00
9 changed files with 27 additions and 26 deletions

View File

@ -6,4 +6,5 @@ type Block interface {
Difficulty() *big.Int
HashNoNonce() []byte
N() []byte
Number() *big.Int
}