Skip to content

Commit 5df0b24

Browse files
lionellofjl
authored andcommitted
eth: fix typo (#15252)
1 parent 605c2b2 commit 5df0b24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eth/backend.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ func (s *Ethereum) StartMining(local bool) error {
327327
wallet, err := s.accountManager.Find(accounts.Account{Address: eb})
328328
if wallet == nil || err != nil {
329329
log.Error("Etherbase account unavailable locally", "err", err)
330-
return fmt.Errorf("singer missing: %v", err)
330+
return fmt.Errorf("signer missing: %v", err)
331331
}
332332
clique.Authorize(eb, wallet.SignHash)
333333
}

0 commit comments

Comments
 (0)