Skip to content

Commit

Permalink
list-contract-by-code bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
nik-suri committed Feb 13, 2023
1 parent 88e01a9 commit 2ccffed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x/wasm/client/cli/query.go
Original file line number Diff line number Diff line change
Expand Up @@ -580,6 +580,7 @@ func GetCmdListContractsByCreator() *cobra.Command {
SilenceUsage: true,
}
flags.AddQueryFlagsToCmd(cmd)
flags.AddPaginationFlagsToCmd(cmd, "list contracts by creator")
return cmd
}

Expand Down

0 comments on commit 2ccffed

Please sign in to comment.