aboutsummaryrefslogtreecommitdiffstats
path: root/consensus/ethash/ethash.go
diff options
context:
space:
mode:
authorgary rong <garyrong0905@gmail.com>2018-11-08 23:08:57 +0800
committerPéter Szilágyi <peterke@gmail.com>2018-11-08 23:08:57 +0800
commit144c1c6c52456808428e2b69dbe5c4ebfc3606ca (patch)
tree8bc340d92c7090180931c8bdb9f793965088e862 /consensus/ethash/ethash.go
parentb16cc501a88eb7c36cfd8ee9be1c0c985ef4a7d9 (diff)
downloadgo-tangerine-144c1c6c52456808428e2b69dbe5c4ebfc3606ca.tar
go-tangerine-144c1c6c52456808428e2b69dbe5c4ebfc3606ca.tar.gz
go-tangerine-144c1c6c52456808428e2b69dbe5c4ebfc3606ca.tar.bz2
go-tangerine-144c1c6c52456808428e2b69dbe5c4ebfc3606ca.tar.lz
go-tangerine-144c1c6c52456808428e2b69dbe5c4ebfc3606ca.tar.xz
go-tangerine-144c1c6c52456808428e2b69dbe5c4ebfc3606ca.tar.zst
go-tangerine-144c1c6c52456808428e2b69dbe5c4ebfc3606ca.zip
consensus: extend getWork API with block number (#18038)
Diffstat (limited to 'consensus/ethash/ethash.go')
-rw-r--r--consensus/ethash/ethash.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/consensus/ethash/ethash.go b/consensus/ethash/ethash.go
index d124cb1e2..78892e1da 100644
--- a/consensus/ethash/ethash.go
+++ b/consensus/ethash/ethash.go
@@ -432,7 +432,7 @@ type hashrate struct {
// sealWork wraps a seal work package for remote sealer.
type sealWork struct {
errc chan error
- res chan [3]string
+ res chan [4]string
}
// Ethash is a consensus engine based on proof-of-work implementing the ethash