|
@@ -46,7 +46,7 @@ var (
|
|
|
|
|
|
|
|
// ErrAccountAlreadyExists is returned if an account attempted to import is
|
|
// ErrAccountAlreadyExists is returned if an account attempted to import is
|
|
|
// already present in the keystore.
|
|
// 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.
|
|
// KeyStoreType is the reflect type of a keystore backend.
|