diff options
Diffstat (limited to 'swarm/storage/feed/query.go')
-rw-r--r-- | swarm/storage/feed/query.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/swarm/storage/feed/query.go b/swarm/storage/feed/query.go index 8be78a952..785c2b561 100644 --- a/swarm/storage/feed/query.go +++ b/swarm/storage/feed/query.go @@ -20,8 +20,8 @@ import ( "fmt" "strconv" - "github.com/ethereum/go-ethereum/common" - "github.com/ethereum/go-ethereum/swarm/storage/feed/lookup" + "github.com/dexon-foundation/dexon/common" + "github.com/dexon-foundation/dexon/swarm/storage/feed/lookup" ) // Query is used to specify constraints when performing an update lookup |