mirror of
https://github.com/ipfs/kubo.git
synced 2026-03-11 11:19:05 +08:00
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:
parent
c8c062fe13
commit
c4ea0b78ba
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user