diff options
Diffstat (limited to 'swarm/storage/localstore_test.go')
-rw-r--r-- | swarm/storage/localstore_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/swarm/storage/localstore_test.go b/swarm/storage/localstore_test.go index 7a07726d1..304b5585c 100644 --- a/swarm/storage/localstore_test.go +++ b/swarm/storage/localstore_test.go @@ -23,7 +23,7 @@ import ( "testing" "time" - ch "github.com/ethereum/go-ethereum/swarm/chunk" + ch "github.com/dexon-foundation/dexon/swarm/chunk" ) var ( |