threefoldtech / home

Starting point for the threefoldtech organization
https://threefold.io
Apache License 2.0
9 stars 4 forks source link

GE: Kosmos can't handle objects with spaces in their names #809

Closed joefoxton closed 4 years ago

joefoxton commented 4 years ago

We have a wallet named "Green Edge Agent Wallet". We can't look into that wallet object in Kosmos shell because it can't handle object names with spaces.

Screenshot 2020-06-24 at 10 29 55

grimpy commented 4 years ago

For such names you need to retreive the client in the traditional way j.clients.stellar.get("Green Edge Agent Wallet")

joefoxton commented 4 years ago

Thanks @grimpy !!