diff options
Diffstat (limited to 'accounts/usbwallet/wallet.go')
-rw-r--r-- | accounts/usbwallet/wallet.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/accounts/usbwallet/wallet.go b/accounts/usbwallet/wallet.go index 7ff9c5372..df38f953d 100644 --- a/accounts/usbwallet/wallet.go +++ b/accounts/usbwallet/wallet.go @@ -78,7 +78,7 @@ type wallet struct { url *accounts.URL // Textual URL uniquely identifying this wallet info hid.DeviceInfo // Known USB device infos about the wallet - device *hid.Device // USB device advertising itself as a hardware wallet + device hid.Device // USB device advertising itself as a hardware wallet accounts []accounts.Account // List of derive accounts pinned on the hardware wallet paths map[common.Address]accounts.DerivationPath // Known derivation paths for signing operations |