From c2b80fb78104f8877de3c3cf93029222f53c912b Mon Sep 17 00:00:00 2001 From: Felix Lange Date: Tue, 21 Nov 2023 19:23:08 +0100 Subject: [PATCH] Update hub.go --- accounts/usbwallet/hub.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/accounts/usbwallet/hub.go b/accounts/usbwallet/hub.go index 3f8c45cd03..2845d738a8 100644 --- a/accounts/usbwallet/hub.go +++ b/accounts/usbwallet/hub.go @@ -23,12 +23,11 @@ import ( "sync/atomic" "time" - "golang.org/x/exp/slices" - "github.com/ethereum/go-ethereum/accounts" "github.com/ethereum/go-ethereum/event" "github.com/ethereum/go-ethereum/log" "github.com/karalabe/usb" + "golang.org/x/exp/slices" ) // LedgerScheme is the protocol scheme prefixing account and wallet URLs.