Skip to content

Commit

Permalink
list-contract-by-code bugfix
Browse files Browse the repository at this point in the history
(cherry picked from commit 2ccffed)
  • Loading branch information
nik-suri authored and mergify[bot] committed Mar 2, 2023
1 parent fc4bbe1 commit 466f206
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 @@ -578,6 +578,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 466f206

Please sign in to comment.