mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-03 09:37:38 +00:00
accounts/keystore: fix typo in error message (#21200)
This commit is contained in:
parent
d25bb87a6f
commit
4be8cfe42c
@ -45,7 +45,7 @@ var (
|
||||
|
||||
// ErrAccountAlreadyExists is returned if an account attempted to import is
|
||||
// already present in the keystore.
|
||||
ErrAccountAlreadyExists = errors.New("account alreaady exists")
|
||||
ErrAccountAlreadyExists = errors.New("account already exists")
|
||||
)
|
||||
|
||||
// KeyStoreType is the reflect type of a keystore backend.
|
||||
|
Loading…
Reference in New Issue
Block a user