aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/log.go
diff options
context:
space:
mode:
Diffstat (limited to 'dashboard/log.go')
-rw-r--r--dashboard/log.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/dashboard/log.go b/dashboard/log.go
index 5d852d60a..408061019 100644
--- a/dashboard/log.go
+++ b/dashboard/log.go
@@ -26,7 +26,7 @@ import (
"sort"
"time"
- "github.com/ethereum/go-ethereum/log"
+ "github.com/dexon-foundation/dexon/log"
"github.com/mohae/deepcopy"
"github.com/rjeczalik/notify"
)