From ac088de6322fc16ebe75c2e5554be73754bf1fe2 Mon Sep 17 00:00:00 2001 From: Wei-Ning Huang Date: Wed, 12 Jun 2019 17:31:08 +0800 Subject: Rebrand as tangerine-network/go-tangerine --- accounts/usbwallet/wallet.go | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'accounts/usbwallet/wallet.go') diff --git a/accounts/usbwallet/wallet.go b/accounts/usbwallet/wallet.go index 85660ed41..e6fbe34d4 100644 --- a/accounts/usbwallet/wallet.go +++ b/accounts/usbwallet/wallet.go @@ -25,12 +25,12 @@ import ( "sync" "time" - ethereum "github.com/dexon-foundation/dexon" - "github.com/dexon-foundation/dexon/accounts" - "github.com/dexon-foundation/dexon/common" - "github.com/dexon-foundation/dexon/core/types" - "github.com/dexon-foundation/dexon/log" "github.com/karalabe/hid" + ethereum "github.com/tangerine-network/go-tangerine" + "github.com/tangerine-network/go-tangerine/accounts" + "github.com/tangerine-network/go-tangerine/common" + "github.com/tangerine-network/go-tangerine/core/types" + "github.com/tangerine-network/go-tangerine/log" ) // Maximum time between wallet health checks to detect USB unplugs. -- cgit v1.2.3