From 96dc42d99c5eb1251b9ae049fab3800ecc3ed100 Mon Sep 17 00:00:00 2001 From: Péter Szilágyi Date: Thu, 30 Jun 2016 13:03:26 +0300 Subject: cmd, common, console, eth, release: drop redundant "full"s --- eth/cpu_mining.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'eth/cpu_mining.go') diff --git a/eth/cpu_mining.go b/eth/cpu_mining.go index 143b9c98a..3469d394e 100644 --- a/eth/cpu_mining.go +++ b/eth/cpu_mining.go @@ -28,7 +28,7 @@ import ( const disabledInfo = "Set GO_OPENCL and re-build to enable." -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) -- cgit