soroban-cli icon indicating copy to clipboard operation
soroban-cli copied to clipboard

Debug info printed for key name

Open leighmcculloch opened this issue 8 months ago • 0 comments
trafficstars

What version are you using?

22.5.0

What did you do?

stellar keys generate issuer

or

stellar keys fund issuer

What did you expect to see?

$ stellar keys generate issuer
⚠️ Behavior of `generate` will change in the future, and it will no longer fund by default. If you want to fund please provide `--fund` flag. If you don't need to fund your keys in the future, ignore this warning. It can be suppressed with -q flag.
✅ Key saved with alias issuer in "/Users/leighmcculloch/.stellar/identity/issuer.toml"
✅ Account "issuer" funded on "Test SDF Network ; September 2015"

What did you see instead?

$ stellar keys generate issuer
⚠️ Behavior of `generate` will change in the future, and it will no longer fund by default. If you want to fund please provide `--fund` flag. If you don't need to fund your keys in the future, ignore this warning. It can be suppressed with -q flag.
✅ Key saved with alias issuer in "/Users/leighmcculloch/.stellar/identity/issuer.toml"
✅ Account KeyName("issuer") funded on "Test SDF Network ; September 2015"

leighmcculloch avatar Mar 14 '25 06:03 leighmcculloch