diff options
Diffstat (limited to 'accounts/usbwallet/hub.go')
-rw-r--r-- | accounts/usbwallet/hub.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/accounts/usbwallet/hub.go b/accounts/usbwallet/hub.go index 162134131..41c464dd1 100644 --- a/accounts/usbwallet/hub.go +++ b/accounts/usbwallet/hub.go @@ -22,10 +22,10 @@ import ( "sync" "time" - "github.com/dexon-foundation/dexon/accounts" - "github.com/dexon-foundation/dexon/event" - "github.com/dexon-foundation/dexon/log" "github.com/karalabe/hid" + "github.com/tangerine-network/go-tangerine/accounts" + "github.com/tangerine-network/go-tangerine/event" + "github.com/tangerine-network/go-tangerine/log" ) // LedgerScheme is the protocol scheme prefixing account and wallet URLs. |