diff options
Diffstat (limited to 'dex/protocol.go')
-rw-r--r-- | dex/protocol.go | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/dex/protocol.go b/dex/protocol.go index 2ce850dc3..e054a3ed3 100644 --- a/dex/protocol.go +++ b/dex/protocol.go @@ -38,12 +38,12 @@ import ( "fmt" "io" - "github.com/dexon-foundation/dexon/common" - "github.com/dexon-foundation/dexon/core" - "github.com/dexon-foundation/dexon/core/types" - "github.com/dexon-foundation/dexon/event" - "github.com/dexon-foundation/dexon/p2p/enode" - "github.com/dexon-foundation/dexon/rlp" + "github.com/tangerine-network/go-tangerine/common" + "github.com/tangerine-network/go-tangerine/core" + "github.com/tangerine-network/go-tangerine/core/types" + "github.com/tangerine-network/go-tangerine/event" + "github.com/tangerine-network/go-tangerine/p2p/enode" + "github.com/tangerine-network/go-tangerine/rlp" "golang.org/x/crypto/sha3" ) |