Skip to content

Commit

Permalink
Merge pull request #1223 from CosmWasm/mergify/bp/develop_sdk47/pr-1201
Browse files Browse the repository at this point in the history
list-contract-by-code bugfix (backport #1201)
  • Loading branch information
alpe authored Mar 2, 2023
2 parents fc4bbe1 + 466f206 commit 498b98e
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 498b98e

Please sign in to comment.