Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

improve cli tx field labels #456

Open
danflo27 opened this issue Dec 4, 2024 · 0 comments
Open

improve cli tx field labels #456

danflo27 opened this issue Dec 4, 2024 · 0 comments
Assignees

Comments

@danflo27
Copy link
Contributor

danflo27 commented Dec 4, 2024

for example, when creating a reporter:

input --
layerd tx reporter create-reporter --help
output --
Execute the CreateReporter RPC method
Usage: layerd tx reporter create-reporter [amount] [token-origins] [flags]

Autocli file says

   				RpcMethod:      "CreateReporter",
   				Use:            "create-reporter [commission-rate] [min-tokens-required]",
   				Short:          "Execute the CreateReporter RPC method",
   				PositionalArgs: []*autocliv1.PositionalArgDescriptor{{ProtoField: "commission_rate"}, {ProtoField: "min_tokens_required"}},```, 
so not sure what the disconnect is yet
@danflo27 danflo27 self-assigned this Dec 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant