diff options
Diffstat (limited to 'swarm/storage/localstore/subscription_pull.go')
-rw-r--r-- | swarm/storage/localstore/subscription_pull.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/swarm/storage/localstore/subscription_pull.go b/swarm/storage/localstore/subscription_pull.go index a18f0915d..7c686d31d 100644 --- a/swarm/storage/localstore/subscription_pull.go +++ b/swarm/storage/localstore/subscription_pull.go @@ -23,9 +23,9 @@ import ( "fmt" "sync" - "github.com/ethereum/go-ethereum/log" - "github.com/ethereum/go-ethereum/swarm/shed" - "github.com/ethereum/go-ethereum/swarm/storage" + "github.com/dexon-foundation/dexon/log" + "github.com/dexon-foundation/dexon/swarm/shed" + "github.com/dexon-foundation/dexon/swarm/storage" ) // SubscribePull returns a channel that provides chunk addresses and stored times from pull syncing index. |