aboutsummaryrefslogtreecommitdiffstats
path: root/accounts
diff options
context:
space:
mode:
authorSasuke1964 <neilperry1964@gmail.com>2018-08-17 15:38:02 +0800
committerPéter Szilágyi <peterke@gmail.com>2018-08-17 15:38:02 +0800
commit60390878a5128e64228de6873b5a16adddbbd68b (patch)
treeb57af7fccccd9d329a1ac5bfba5af8cf7212bbcc /accounts
parent9bf6bb8f6388f0f8a6fc5603bb4034a8dc75395c (diff)
downloadgo-tangerine-60390878a5128e64228de6873b5a16adddbbd68b.tar
go-tangerine-60390878a5128e64228de6873b5a16adddbbd68b.tar.gz
go-tangerine-60390878a5128e64228de6873b5a16adddbbd68b.tar.bz2
go-tangerine-60390878a5128e64228de6873b5a16adddbbd68b.tar.lz
go-tangerine-60390878a5128e64228de6873b5a16adddbbd68b.tar.xz
go-tangerine-60390878a5128e64228de6873b5a16adddbbd68b.tar.zst
go-tangerine-60390878a5128e64228de6873b5a16adddbbd68b.zip
accounts: fixed typo (#17421)
Diffstat (limited to 'accounts')
-rw-r--r--accounts/accounts.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/accounts/accounts.go b/accounts/accounts.go
index 76951e1a4..cb1eae281 100644
--- a/accounts/accounts.go
+++ b/accounts/accounts.go
@@ -106,7 +106,7 @@ type Wallet interface {
// or optionally with the aid of any location metadata from the embedded URL field.
//
// If the wallet requires additional authentication to sign the request (e.g.
- // a password to decrypt the account, or a PIN code o verify the transaction),
+ // a password to decrypt the account, or a PIN code to verify the transaction),
// an AuthNeededError instance will be returned, containing infos for the user
// about which fields or actions are needed. The user may retry by providing
// the needed details via SignTxWithPassphrase, or by other means (e.g. unlock