accounts/keystore: fix typo in error message (#21200)

This commit is contained in:
Pau 2020-06-09 10:23:42 +02:00 committed by GitHub
parent a0797e37f8
commit d5c267fd30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,7 +46,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.