aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Schlatter <jeremy.schlatter@gmail.com>2019-01-06 04:27:57 +0800
committerMartin Holst Swende <martin@swende.se>2019-01-06 04:27:57 +0800
commit072c95fb74ac108e93207a8052e641cfaf863105 (patch)
tree411d4508028e02afa865de385493b1d2fe246186
parente8ff318205be2d3e9f793ee876726bf0fbaf579e (diff)
downloadgo-tangerine-072c95fb74ac108e93207a8052e641cfaf863105.tar
go-tangerine-072c95fb74ac108e93207a8052e641cfaf863105.tar.gz
go-tangerine-072c95fb74ac108e93207a8052e641cfaf863105.tar.bz2
go-tangerine-072c95fb74ac108e93207a8052e641cfaf863105.tar.lz
go-tangerine-072c95fb74ac108e93207a8052e641cfaf863105.tar.xz
go-tangerine-072c95fb74ac108e93207a8052e641cfaf863105.tar.zst
go-tangerine-072c95fb74ac108e93207a8052e641cfaf863105.zip
accounts/keystore: fix comment typo (#18395)
-rw-r--r--accounts/keystore/wallet.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/accounts/keystore/wallet.go b/accounts/keystore/wallet.go
index 758fdfe36..60044b1f9 100644
--- a/accounts/keystore/wallet.go
+++ b/accounts/keystore/wallet.go
@@ -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