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

Alias not found error prints typo

Open leighmcculloch opened this issue 8 months ago • 0 comments

What version are you using?

e47305729f2f0ede751fcda29b2cf1a2772a597e

What did you do?

$ stellar contract invoke --id abc -- mint --to user --amount 25

What did you expect to see?

$ stellar contract invoke --id abc -- mint --to user --amount 25
❌ error: Account alias "user" not Found

What did you see instead?

$ stellar contract invoke --id abc -- mint --to user --amount 25
❌ error: Account alias not Founduser

leighmcculloch avatar Mar 17 '25 07:03 leighmcculloch