aboutsummaryrefslogtreecommitdiffstats
path: root/swarm/storage/localstore/mode_put.go
diff options
context:
space:
mode:
Diffstat (limited to 'swarm/storage/localstore/mode_put.go')
-rw-r--r--swarm/storage/localstore/mode_put.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/swarm/storage/localstore/mode_put.go b/swarm/storage/localstore/mode_put.go
index 1a5a3d1b1..0052d6c96 100644
--- a/swarm/storage/localstore/mode_put.go
+++ b/swarm/storage/localstore/mode_put.go
@@ -17,8 +17,8 @@
package localstore
import (
- "github.com/ethereum/go-ethereum/swarm/shed"
- "github.com/ethereum/go-ethereum/swarm/storage"
+ "github.com/dexon-foundation/dexon/swarm/shed"
+ "github.com/dexon-foundation/dexon/swarm/storage"
"github.com/syndtr/goleveldb/leveldb"
)