Skip to content

Commit

Permalink
Remove a variable only needed for the viridian upgrade that has now b…
Browse files Browse the repository at this point in the history
…een deleted.
  • Loading branch information
SpicyLemon committed Jan 9, 2025
1 parent aa4de49 commit fc54c19
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -208,13 +208,6 @@ var (
_ servertypes.Application = (*App)(nil)
)

// These are some values defined in the params module that we still need so that
// the params module can be deleted. But I don't want the imports, so they're copied here.
// TODO[viridian]: Delete these params constants after the upgrade.
const (
paramsName = "params" // = paramstypes.ModuleName
)

// WasmWrapper allows us to use namespacing in the config file
// This is only used for parsing in the app, x/wasm expects WasmConfig
type WasmWrapper struct {
Expand Down

0 comments on commit fc54c19

Please sign in to comment.