Confirm private key creation (#45)

This commit is contained in:
2021-04-03 15:07:11 +02:00
committed by GitHub
parent acdcc5cf78
commit 841b0d9c5b

View File

@@ -95,6 +95,7 @@ func newKey(cmd *cobra.Command, args []string) error {
if err != nil {
return err
}
log.Info("Private key created")
return nil
}