Skip to content

Commit

Permalink
accounts: fix typo in errors.go (ethereum#24270)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidCai1111 authored and ValentinTrinque committed Jan 25, 2022
1 parent 6a8797c commit 8a71f99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion accounts/errors.go
Expand Up @@ -42,7 +42,7 @@ var ErrInvalidPassphrase = errors.New("invalid password")
var ErrWalletAlreadyOpen = errors.New("wallet already open")

// ErrWalletClosed is returned if a wallet is attempted to be opened the
// secodn time.
// second time.
var ErrWalletClosed = errors.New("wallet closed")

// AuthNeededError is returned by backends for signing requests where the user
Expand Down

0 comments on commit 8a71f99

Please sign in to comment.