aboutsummaryrefslogtreecommitdiffstats
path: root/swarm/storage/types.go
diff options
context:
space:
mode:
Diffstat (limited to 'swarm/storage/types.go')
-rw-r--r--swarm/storage/types.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/swarm/storage/types.go b/swarm/storage/types.go
index 7ec21328e..fa0e4e115 100644
--- a/swarm/storage/types.go
+++ b/swarm/storage/types.go
@@ -25,9 +25,9 @@ import (
"fmt"
"io"
- "github.com/ethereum/go-ethereum/common"
- "github.com/ethereum/go-ethereum/swarm/bmt"
- ch "github.com/ethereum/go-ethereum/swarm/chunk"
+ "github.com/dexon-foundation/dexon/common"
+ "github.com/dexon-foundation/dexon/swarm/bmt"
+ ch "github.com/dexon-foundation/dexon/swarm/chunk"
"golang.org/x/crypto/sha3"
)