Skip to content

Commit

Permalink
fix: string
Browse files Browse the repository at this point in the history
  • Loading branch information
tungleanh0902 committed Mar 12, 2024
1 parent b37b5bf commit 17f1126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -694,7 +694,7 @@ func NewEveApp(
app.GRPCQueryRouter(),
wasmDir,
wasmConfig,
strings.Join(AllCapabilities(), ","),
AllCapabilities(),
authtypes.NewModuleAddress(govtypes.ModuleName).String(),
wasmOpts...,
)
Expand Down

0 comments on commit 17f1126

Please sign in to comment.