diff options
Diffstat (limited to 'p2p/discv5/ntp.go')
-rw-r--r-- | p2p/discv5/ntp.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/p2p/discv5/ntp.go b/p2p/discv5/ntp.go index 4fb5f657a..e8ffd81b4 100644 --- a/p2p/discv5/ntp.go +++ b/p2p/discv5/ntp.go @@ -26,7 +26,7 @@ import ( "strings" "time" - "github.com/ethereum/go-ethereum/log" + "github.com/dexon-foundation/dexon/log" ) const ( |