aboutsummaryrefslogtreecommitdiff
path: root/internal/debug/trace.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/debug/trace.go')
-rw-r--r--internal/debug/trace.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/debug/trace.go b/internal/debug/trace.go
index 898a1d7..cab5dea 100644
--- a/internal/debug/trace.go
+++ b/internal/debug/trace.go
@@ -23,7 +23,7 @@ import (
"os"
"runtime/trace"
- "github.com/ava-labs/go-ethereum/log"
+ "github.com/ethereum/go-ethereum/log"
)
// StartGoTrace turns on tracing, writing to the given file.