diff options
Diffstat (limited to 'eth/peer.go')
-rw-r--r-- | eth/peer.go | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/eth/peer.go b/eth/peer.go index b5f450855..9d57cd12b 100644 --- a/eth/peer.go +++ b/eth/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 ( |