Commit cf2be458 authored by Steven Allen's avatar Steven Allen

explicitly import go-multiaddr-dns in config/bootstrap_peers

We need it to parse the dnsaddr addresses. While we import it elsewhere, we
should really be importing it every where we need it so that other users can
import our packages directly.

fixes #5143

License: MIT
Signed-off-by: default avatarSteven Allen <steven@stebalien.com>
parent 2a9de81e
......@@ -5,6 +5,9 @@ import (
"fmt"
iaddr "gx/ipfs/QmaKviZCLQrpuyFdSjteik7kJFcQpcyZgb1VuuwaCBBaEa/go-ipfs-addr"
// Needs to be imported so that users can import this package directly
// and still parse the bootstrap addresses.
_ "gx/ipfs/QmT8461vVVyBPyHJHQ6mvm8UdQ8UZNA5n6Z7kBk7GRf1xu/go-multiaddr-dns"
)
// DefaultBootstrapAddresses are the hardcoded bootstrap addresses
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment