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
The client.Context contains most of the necessary information for commands.
Currently, AutoCLI commands do not have a client context.
Add it in msgs commands (as it isn't necessary for queries) and verify the correct support of tx flags.
Determine what is necessary from the client context, so that in the future we can use just that.
The text was updated successfully, but these errors were encountered:
The
client.Context
contains most of the necessary information for commands.Currently, AutoCLI commands do not have a client context.
Add it in msgs commands (as it isn't necessary for queries) and verify the correct support of tx flags.
Determine what is necessary from the client context, so that in the future we can use just that.
The text was updated successfully, but these errors were encountered: