diff options
Diffstat (limited to 'swarm/storage/feed/update.go')
-rw-r--r-- | swarm/storage/feed/update.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/swarm/storage/feed/update.go b/swarm/storage/feed/update.go index 21c004ca4..5005b4439 100644 --- a/swarm/storage/feed/update.go +++ b/swarm/storage/feed/update.go @@ -20,7 +20,7 @@ import ( "fmt" "strconv" - "github.com/ethereum/go-ethereum/swarm/chunk" + "github.com/dexon-foundation/dexon/swarm/chunk" ) // ProtocolVersion defines the current version of the protocol that will be included in each update message |