diff options
Diffstat (limited to 'swarm/storage/mock/mock.go')
-rw-r--r-- | swarm/storage/mock/mock.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/swarm/storage/mock/mock.go b/swarm/storage/mock/mock.go index 626ba3fe1..59c86f584 100644 --- a/swarm/storage/mock/mock.go +++ b/swarm/storage/mock/mock.go @@ -36,7 +36,7 @@ import ( "errors" "io" - "github.com/ethereum/go-ethereum/common" + "github.com/dexon-foundation/dexon/common" ) // ErrNotFound indicates that the chunk is not found. |