aboutsummaryrefslogtreecommitdiffstats
path: root/p2p/testing/peerpool.go
diff options
context:
space:
mode:
Diffstat (limited to 'p2p/testing/peerpool.go')
-rw-r--r--p2p/testing/peerpool.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/p2p/testing/peerpool.go b/p2p/testing/peerpool.go
index 01ccce67e..e01c92285 100644
--- a/p2p/testing/peerpool.go
+++ b/p2p/testing/peerpool.go
@@ -20,8 +20,8 @@ import (
"fmt"
"sync"
- "github.com/ethereum/go-ethereum/log"
- "github.com/ethereum/go-ethereum/p2p/enode"
+ "github.com/dexon-foundation/dexon/log"
+ "github.com/dexon-foundation/dexon/p2p/enode"
)
type TestPeer interface {