Commit c4ea0b78 authored by Brian Tiger Chow's avatar Brian Tiger Chow

fix(2/init) msg

@jbenet i presume you prefer it without the period

License: MIT
Signed-off-by: default avatarBrian Tiger Chow <brian@perfmode.com>
parent c8c062fe
......@@ -168,7 +168,7 @@ func initConfig(configFilename string, dspathOverride string, nBitsForKeypair in
identity, err := identityConfig(nBitsForKeypair, func() {
fmt.Printf("generating key pair...")
}, func(ident config.Identity) {
fmt.Printf("done.\n")
fmt.Printf("done\n")
fmt.Printf("peer identity: %s\n", ident.PeerID)
})
if err != nil {
......
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