diff options
Diffstat (limited to 'eth/gpu_mining.go')
-rw-r--r-- | eth/gpu_mining.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eth/gpu_mining.go b/eth/gpu_mining.go index 12fa74601..0208bba80 100644 --- a/eth/gpu_mining.go +++ b/eth/gpu_mining.go @@ -33,7 +33,7 @@ import ( "github.com/ethereum/go-ethereum/miner" ) -func (s *Ethereum) StartMining(threads int, gpus string) error { +func (s *FullNodeService) StartMining(threads int, gpus string) error { eb, err := s.Etherbase() if err != nil { err = fmt.Errorf("Cannot start mining without etherbase address: %v", err) |