diff options
Diffstat (limited to 'accounts/usbwallet/ledger.go')
-rw-r--r-- | accounts/usbwallet/ledger.go | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/accounts/usbwallet/ledger.go b/accounts/usbwallet/ledger.go index d02ad49a2..fddeb1801 100644 --- a/accounts/usbwallet/ledger.go +++ b/accounts/usbwallet/ledger.go @@ -28,12 +28,12 @@ import ( "io" "math/big" - "github.com/dexon-foundation/dexon/accounts" - "github.com/dexon-foundation/dexon/common" - "github.com/dexon-foundation/dexon/common/hexutil" - "github.com/dexon-foundation/dexon/core/types" - "github.com/dexon-foundation/dexon/log" - "github.com/dexon-foundation/dexon/rlp" + "github.com/tangerine-network/go-tangerine/accounts" + "github.com/tangerine-network/go-tangerine/common" + "github.com/tangerine-network/go-tangerine/common/hexutil" + "github.com/tangerine-network/go-tangerine/core/types" + "github.com/tangerine-network/go-tangerine/log" + "github.com/tangerine-network/go-tangerine/rlp" ) // ledgerOpcode is an enumeration encoding the supported Ledger opcodes. |