aboutsummaryrefslogtreecommitdiffstats
path: root/swarm/api/inspector.go
diff options
context:
space:
mode:
Diffstat (limited to 'swarm/api/inspector.go')
-rw-r--r--swarm/api/inspector.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/swarm/api/inspector.go b/swarm/api/inspector.go
index 6706b32e6..cc8b79a7a 100644
--- a/swarm/api/inspector.go
+++ b/swarm/api/inspector.go
@@ -19,8 +19,8 @@ package api
import (
"context"
- "github.com/ethereum/go-ethereum/swarm/network"
- "github.com/ethereum/go-ethereum/swarm/storage"
+ "github.com/dexon-foundation/dexon/swarm/network"
+ "github.com/dexon-foundation/dexon/swarm/storage"
)
type Inspector struct {