Merge pull request #7446 from ipfs/fix/quic-migration

fix(migration): correctly migrate quic addresses
This commit is contained in:
Steven Allen 2020-06-09 09:29:50 -07:00 committed by GitHub
commit 0883a35b52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@ import (
"strings"
)
var DistPath = "https://ipfs.io/ipfs/QmRnvRrRwto4QAMuwWeEU9GpNaHKqQPdvdrNeGaXg7yruC"
var DistPath = "https://ipfs.io/ipfs/QmQWvUrSwGHWKaoJnUrLQoBy9ikfiiyRrXKBFSHUTcS6aM"
func init() {
if dist := os.Getenv("IPFS_DIST_PATH"); dist != "" {