Confirm private key creation (#45)

This commit is contained in:
2021-04-03 15:07:11 +02:00
committed by GitHub
parent fdd60472ed
commit 72b19bac47

View File

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