mirror of
https://github.com/status-im/op-geth.git
synced 2025-01-14 16:55:53 +00:00
accounts: fix spelling error (#14567)
This commit is contained in:
parent
6171d01b11
commit
9a0e433b13
@ -38,7 +38,7 @@ var ErrNotSupported = errors.New("not supported")
|
||||
var ErrInvalidPassphrase = errors.New("invalid passphrase")
|
||||
|
||||
// ErrWalletAlreadyOpen is returned if a wallet is attempted to be opened the
|
||||
// secodn time.
|
||||
// second time.
|
||||
var ErrWalletAlreadyOpen = errors.New("wallet already open")
|
||||
|
||||
// ErrWalletClosed is returned if a wallet is attempted to be opened the
|
||||
|
Loading…
x
Reference in New Issue
Block a user