diff options
Diffstat (limited to 'dex/peer.go')
-rw-r--r-- | dex/peer.go | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dex/peer.go b/dex/peer.go index 31861d707..f1a4335d1 100644 --- a/dex/peer.go +++ b/dex/peer.go @@ -24,10 +24,10 @@ import ( "time" mapset "github.com/deckarep/golang-set" - "github.com/ethereum/go-ethereum/common" - "github.com/ethereum/go-ethereum/core/types" - "github.com/ethereum/go-ethereum/p2p" - "github.com/ethereum/go-ethereum/rlp" + "github.com/dexon-foundation/dexon/common" + "github.com/dexon-foundation/dexon/core/types" + "github.com/dexon-foundation/dexon/p2p" + "github.com/dexon-foundation/dexon/rlp" ) var ( |