Skip to content

Commit

Permalink
Merge pull request #1201 from wormhole-foundation/list-contract-code-…
Browse files Browse the repository at this point in the history
…bugfix

list-contract-by-code bugfix
  • Loading branch information
alpe authored Mar 2, 2023
2 parents f3fc31c + 2ccffed commit 40b4e6e
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 40b4e6e

Please sign in to comment.