diff options
Diffstat (limited to 'dex/recovery.go')
-rw-r--r-- | dex/recovery.go | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/dex/recovery.go b/dex/recovery.go index 1393d37df..d687299ef 100644 --- a/dex/recovery.go +++ b/dex/recovery.go @@ -26,14 +26,14 @@ import ( "strconv" "strings" - "github.com/dexon-foundation/dexon/accounts/abi" - "github.com/dexon-foundation/dexon/common" - "github.com/dexon-foundation/dexon/core/types" - "github.com/dexon-foundation/dexon/crypto" - "github.com/dexon-foundation/dexon/log" - "github.com/dexon-foundation/dexon/params" - "github.com/dexon-foundation/dexon/rlp" "github.com/onrik/ethrpc" + "github.com/tangerine-network/go-tangerine/accounts/abi" + "github.com/tangerine-network/go-tangerine/common" + "github.com/tangerine-network/go-tangerine/core/types" + "github.com/tangerine-network/go-tangerine/crypto" + "github.com/tangerine-network/go-tangerine/log" + "github.com/tangerine-network/go-tangerine/params" + "github.com/tangerine-network/go-tangerine/rlp" ) const numConfirmation = 1 |