diff --git a/config/bootstrap_peers.go b/config/bootstrap_peers.go index c880913a1..db6bad2e6 100644 --- a/config/bootstrap_peers.go +++ b/config/bootstrap_peers.go @@ -11,7 +11,7 @@ import ( // for ipfs. they are nodes run by the ipfs team. docs on these later. // As with all p2p networks, bootstrap is an important security concern. // -// Note: this is here -- and not inside cmd/ipfs/init.go -- because of an +// NOTE: This is here -- and not inside cmd/ipfs/init.go -- because of an // import dependency issue. TODO: move this into a config/default/ package. var DefaultBootstrapAddresses = []string{ "/ip4/104.131.131.82/tcp/4001/ipfs/QmaCpDMGvV2BGHeYERUEnRQAwe3N8SzbUtfsmvsqQLuvuJ", // mars.i.ipfs.io diff --git a/config/init.go b/config/init.go index 22bf8e26c..797519947 100644 --- a/config/init.go +++ b/config/init.go @@ -29,7 +29,7 @@ func Init(out io.Writer, nBitsForKeypair int) (*Config, error) { conf := &Config{ // setup the node's default addresses. - // Note: two swarm listen addrs, one tcp, one utp. + // NOTE: two swarm listen addrs, one tcp, one utp. Addresses: Addresses{ Swarm: []string{ "/ip4/0.0.0.0/tcp/4001",