From fc54c192d54ad0396a81fb6c1b1c307ea7b1d492 Mon Sep 17 00:00:00 2001 From: Daniel Wedul Date: Wed, 8 Jan 2025 17:09:56 -0700 Subject: [PATCH] Remove a variable only needed for the viridian upgrade that has now been deleted. --- app/app.go | 7 ------- 1 file changed, 7 deletions(-) diff --git a/app/app.go b/app/app.go index eb0693bec..0a829d6c6 100644 --- a/app/app.go +++ b/app/app.go @@ -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 {