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 640320bc9..162134131 100644 --- a/accounts/usbwallet/hub.go +++ b/accounts/usbwallet/hub.go @@ -22,9 +22,9 @@ import ( "sync" "time" - "github.com/ethereum/go-ethereum/accounts" - "github.com/ethereum/go-ethereum/event" - "github.com/ethereum/go-ethereum/log" + "github.com/dexon-foundation/dexon/accounts" + "github.com/dexon-foundation/dexon/event" + "github.com/dexon-foundation/dexon/log" "github.com/karalabe/hid" ) |