diff options
author | Guillaume Ballet <gballet@gmail.com> | 2019-05-08 00:22:24 +0800 |
---|---|---|
committer | Péter Szilágyi <peterke@gmail.com> | 2019-05-08 00:22:24 +0800 |
commit | 9b831d74fbee3d59ceca380a40e4a9af1a55cfca (patch) | |
tree | b4bd1e200bb83d6c4315ac9fa700de51cb6e3470 | |
parent | 107c67d74ebfee16616bac92d0c39c8bfc9348ae (diff) | |
download | go-tangerine-9b831d74fbee3d59ceca380a40e4a9af1a55cfca.tar go-tangerine-9b831d74fbee3d59ceca380a40e4a9af1a55cfca.tar.gz go-tangerine-9b831d74fbee3d59ceca380a40e4a9af1a55cfca.tar.bz2 go-tangerine-9b831d74fbee3d59ceca380a40e4a9af1a55cfca.tar.lz go-tangerine-9b831d74fbee3d59ceca380a40e4a9af1a55cfca.tar.xz go-tangerine-9b831d74fbee3d59ceca380a40e4a9af1a55cfca.tar.zst go-tangerine-9b831d74fbee3d59ceca380a40e4a9af1a55cfca.zip |
accounts/usbwallet: fix a comment typo in trezor driver (#19535)
-rw-r--r-- | accounts/usbwallet/trezor.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/accounts/usbwallet/trezor.go b/accounts/usbwallet/trezor.go index d3e17aba1..31c2a7d8a 100644 --- a/accounts/usbwallet/trezor.go +++ b/accounts/usbwallet/trezor.go @@ -85,7 +85,7 @@ func (w *trezorDriver) Status() (string, error) { // Open implements usbwallet.driver, attempting to initialize the connection to // the Trezor hardware wallet. Initializing the Trezor is a two or three phase operation: // * The first phase is to initialize the connection and read the wallet's -// features. This phase is invoked is the provided passphrase is empty. The +// features. This phase is invoked if the provided passphrase is empty. The // device will display the pinpad as a result and will return an appropriate // error to notify the user that a second open phase is needed. // * The second phase is to unlock access to the Trezor, which is done by the |