aboutsummaryrefslogtreecommitdiff
path: root/internal/debug/api.go
diff options
context:
space:
mode:
authorDeterminant <tederminant@gmail.com>2020-09-15 23:55:34 -0400
committerDeterminant <tederminant@gmail.com>2020-09-15 23:55:34 -0400
commit78745551c077bf54151202138c2629f288769561 (patch)
tree2b628e99fd110617089778fa91235ecd2888f4ef /internal/debug/api.go
parent7d1388c743b4ec8f4a86bea95bfada785dee83f7 (diff)
WIP: geth-tavum
Diffstat (limited to 'internal/debug/api.go')
-rw-r--r--internal/debug/api.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/debug/api.go b/internal/debug/api.go
index 7fba1ee..86a4218 100644
--- a/internal/debug/api.go
+++ b/internal/debug/api.go
@@ -34,7 +34,7 @@ import (
"sync"
"time"
- "github.com/ava-labs/go-ethereum/log"
+ "github.com/ethereum/go-ethereum/log"
)
// Handler is the global debugging handler.