diff options
Diffstat (limited to 'p2p/protocols/reporter_test.go')
-rw-r--r-- | p2p/protocols/reporter_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/p2p/protocols/reporter_test.go b/p2p/protocols/reporter_test.go index b9f06e674..253fc85ce 100644 --- a/p2p/protocols/reporter_test.go +++ b/p2p/protocols/reporter_test.go @@ -23,7 +23,7 @@ import ( "testing" "time" - "github.com/ethereum/go-ethereum/log" + "github.com/dexon-foundation/dexon/log" ) //TestReporter tests that the metrics being collected for p2p accounting |