cli
cli copied to clipboard
fix: if address in accounts are invalid init process is blocked on Gitpod on file change
Related: https://github.com/tendermint/starport/pull/692
Changed the title. It actually only happened with invalid address.
The command seems to sometime block inside sdk.AccAddressFromBech32 when the address is incorrect
Do you think it's possible to use a different function for bech32? (not AccAddressFromBech32, maybe the one that doesn't block)
We'll mark as lower priority for now, to first determine Gitpod usage and to test out.