Commit de58bae5 authored by Rinke Hendriksen's avatar Rinke Hendriksen Committed by GitHub

add a warning message when the user is not using clef (#1151)

parent d61c1646
......@@ -321,6 +321,7 @@ func (c *command) configureSigner(cmd *cobra.Command, logger logging.Logger) (co
logger.Infof("using swarm network address through clef: %s", address)
} else {
logger.Warning("clef is not enabled; portability and security of your keys is sub optimal")
swarmPrivateKey, created, err := keystore.Key("swarm", password)
if err != nil {
return nil, fmt.Errorf("swarm key: %w", err)
......
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