Skip to content

Commit

Permalink
accounts/keystore: fix comment typo (#18395)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyschlatter authored and holiman committed Jan 5, 2019
1 parent e8ff318 commit 072c95f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions accounts/keystore/wallet.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ func (w *keystoreWallet) Status() (string, error) {
// is no connection or decryption step necessary to access the list of accounts.
func (w *keystoreWallet) Open(passphrase string) error { return nil }

// Close implements accounts.Wallet, but is a noop for plain wallets since is no
// meaningful open operation.
// Close implements accounts.Wallet, but is a noop for plain wallets since there
// is no meaningful open operation.
func (w *keystoreWallet) Close() error { return nil }

// Accounts implements accounts.Wallet, returning an account list consisting of
Expand Down

0 comments on commit 072c95f

Please sign in to comment.