Skip to content

Commit

Permalink
Merge pull request #279 from neutron-org/feat/configure-wasmd
Browse files Browse the repository at this point in the history
feat: add wasmd flags
  • Loading branch information
pr0n00gler authored Jul 4, 2023
2 parents 1c70133 + 152f348 commit 4026883
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/neutrond/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ func initRootCmd(rootCmd *cobra.Command, encodingConfig params.EncodingConfig) {

func addModuleInitFlags(startCmd *cobra.Command) {
crisis.AddModuleInitFlags(startCmd)
wasm.AddModuleInitFlags(startCmd)
}

func queryCommand() *cobra.Command {
Expand Down

0 comments on commit 4026883

Please sign in to comment.