fix(2/init) msg

@jbenet i presume you prefer it without the period

License: MIT
Signed-off-by: Brian Tiger Chow <brian@perfmode.com>
This commit is contained in:
Brian Tiger Chow 2014-11-16 08:28:08 -08:00
parent c8c062fe13
commit c4ea0b78ba

View File

@ -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 {