diff options
Diffstat (limited to 'swarm/shed/db.go')
-rw-r--r-- | swarm/shed/db.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/swarm/shed/db.go b/swarm/shed/db.go index d4e5d1b23..c420e99ef 100644 --- a/swarm/shed/db.go +++ b/swarm/shed/db.go @@ -29,8 +29,8 @@ import ( "strings" "time" - "github.com/ethereum/go-ethereum/metrics" - "github.com/ethereum/go-ethereum/swarm/log" + "github.com/dexon-foundation/dexon/metrics" + "github.com/dexon-foundation/dexon/swarm/log" "github.com/syndtr/goleveldb/leveldb" "github.com/syndtr/goleveldb/leveldb/iterator" "github.com/syndtr/goleveldb/leveldb/opt" |