aboutsummaryrefslogtreecommitdiffstats
path: root/pow/block.go
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2015-02-14 00:23:18 +0800
committerobscuren <geffobscura@gmail.com>2015-02-14 00:23:18 +0800
commit00fca409398172811e71158e0ca9f6229e0f815b (patch)
tree8f7dc62676e519236b69a977c7af00d81b1e0406 /pow/block.go
parent5c251b69282b3992512d0c17ed0063f294a0e663 (diff)
parent8a0f23915e4feb9aabe21bd075416bc0f32bbc43 (diff)
downloadgo-tangerine-00fca409398172811e71158e0ca9f6229e0f815b.tar.gz
go-tangerine-00fca409398172811e71158e0ca9f6229e0f815b.tar.zst
go-tangerine-00fca409398172811e71158e0ca9f6229e0f815b.zip
Merge branch 'miner' into develop
Diffstat (limited to 'pow/block.go')
-rw-r--r--pow/block.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/pow/block.go b/pow/block.go
index 62df2b5ff..31e194d8d 100644
--- a/pow/block.go
+++ b/pow/block.go
@@ -6,4 +6,5 @@ type Block interface {
Difficulty() *big.Int
HashNoNonce() []byte
N() []byte
+ Number() *big.Int
}