1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-06-30 18:13:54 +08:00
This commit is contained in:
Brian Tiger Chow
2014-11-04 20:34:20 -08:00
committed by Juan Batiz-Benet
parent 8960a4ff8b
commit d180832f3e

View File

@ -69,6 +69,7 @@ var defaultPeers = []*config.BootstrapPeer{
},
}
// TODO add default welcome hash: eaa68bedae247ed1e5bd0eb4385a3c0959b976e4
func doInit(configRoot string, dspath string, force bool, nBitsForKeypair int) error {
u.POut("initializing ipfs node at %s\n", configRoot)