Skip to content

Commit

Permalink
Problem: address-by-acc-num query with id instead of account_id (#806)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmsqe committed Sep 26, 2024
1 parent 3317ca1 commit 1675d17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/auth/autocli.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ func (am AppModule) AutoCLIOptions() *autocliv1.ModuleOptions {
RpcMethod: "AccountAddressByID",
Use: "address-by-acc-num [acc-num]",
Short: "Query account address by account number",
PositionalArgs: []*autocliv1.PositionalArgDescriptor{{ProtoField: "id"}},
PositionalArgs: []*autocliv1.PositionalArgDescriptor{{ProtoField: "account_id"}},
},
{
RpcMethod: "ModuleAccounts",
Expand Down

0 comments on commit 1675d17

Please sign in to comment.