You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create types as array.coin / coins will not be able to send parameters through the CLI; the autoCLI does not support parsing the coins as slices in this new version of the SDK:
This issue is a bug in the scaffolding logic, we need to set VarArgs: true in the autocli config when it is an array.
Fixing this will show up this issue: #4623 (meaning the parsing went well)
Additionally variadics should be using spaces, so it should be venusd tx venus create-employee 2token 4stake
Create types as
array.coin
/coins
will not be able to send parameters through the CLI; the autoCLI does not support parsing the coins as slices in this new version of the SDK:https://github.com/cosmos/cosmos-sdk/blob/main/client/v2/autocli/flag/coin.go#L45-L45
Eg:
venusd tx venus create-employee "2token,4stake"
The text was updated successfully, but these errors were encountered: