Skip to content

Commit

Permalink
Replace usage with new wasmkeeper.BuiltInCapabilities()
Browse files Browse the repository at this point in the history
  • Loading branch information
webmaster128 committed Apr 12, 2024
1 parent df2c1b0 commit c24d25b
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 @@ -642,7 +642,7 @@ func NewWasmApp(
app.GRPCQueryRouter(),
wasmDir,
wasmConfig,
AllCapabilities(),
wasmkeeper.BuiltInCapabilities(),
authtypes.NewModuleAddress(govtypes.ModuleName).String(),
wasmOpts...,
)
Expand Down

0 comments on commit c24d25b

Please sign in to comment.