diff options
Diffstat (limited to 'eth/downloader/metrics.go')
-rw-r--r-- | eth/downloader/metrics.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eth/downloader/metrics.go b/eth/downloader/metrics.go index d4eb33794..4c055dfa9 100644 --- a/eth/downloader/metrics.go +++ b/eth/downloader/metrics.go @@ -19,7 +19,7 @@ package downloader import ( - "github.com/ethereum/go-ethereum/metrics" + "github.com/dexon-foundation/dexon/metrics" ) var ( |