aboutsummaryrefslogtreecommitdiffstats
path: root/eth/gpu_mining.go
diff options
context:
space:
mode:
authorPéter Szilágyi <peterke@gmail.com>2016-06-30 18:03:26 +0800
committerPéter Szilágyi <peterke@gmail.com>2016-06-30 18:03:26 +0800
commit96dc42d99c5eb1251b9ae049fab3800ecc3ed100 (patch)
tree54d13e3a4f6e52a46d69a2f78ce1fc59d4beacb3 /eth/gpu_mining.go
parent1e50f5dd281d28b8db1c65b9e80e53080b86e369 (diff)
downloadgo-tangerine-96dc42d99c5eb1251b9ae049fab3800ecc3ed100.tar.gz
go-tangerine-96dc42d99c5eb1251b9ae049fab3800ecc3ed100.tar.zst
go-tangerine-96dc42d99c5eb1251b9ae049fab3800ecc3ed100.zip
cmd, common, console, eth, release: drop redundant "full"s
Diffstat (limited to 'eth/gpu_mining.go')
-rw-r--r--eth/gpu_mining.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/eth/gpu_mining.go b/eth/gpu_mining.go
index 0208bba80..12fa74601 100644
--- a/eth/gpu_mining.go
+++ b/eth/gpu_mining.go
@@ -33,7 +33,7 @@ import (
"github.com/ethereum/go-ethereum/miner"
)
-func (s *FullNodeService) StartMining(threads int, gpus string) error {
+func (s *Ethereum) StartMining(threads int, gpus string) error {
eb, err := s.Etherbase()
if err != nil {
err = fmt.Errorf("Cannot start mining without etherbase address: %v", err)