accounts: add ErrDecrypt
This commit is contained in:
@ -38,6 +38,7 @@ import (
|
||||
var (
|
||||
ErrLocked = errors.New("account is locked")
|
||||
ErrNoMatch = errors.New("no key for given address or file")
|
||||
ErrDecrypt = errors.New("could not decrypt key with given passphrase")
|
||||
)
|
||||
|
||||
type Account struct {
|
||||
|
Reference in New Issue
Block a user