We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 605c2b2 commit 5df0b24Copy full SHA for 5df0b24
eth/backend.go
@@ -327,7 +327,7 @@ func (s *Ethereum) StartMining(local bool) error {
327
wallet, err := s.accountManager.Find(accounts.Account{Address: eb})
328
if wallet == nil || err != nil {
329
log.Error("Etherbase account unavailable locally", "err", err)
330
- return fmt.Errorf("singer missing: %v", err)
+ return fmt.Errorf("signer missing: %v", err)
331
}
332
clique.Authorize(eb, wallet.SignHash)
333
0 commit comments