diff --git a/app/app.go b/app/app.go index 73b46c5a0..9e47c072e 100644 --- a/app/app.go +++ b/app/app.go @@ -436,7 +436,6 @@ func (app *SecretNetworkApp) Initialize() { //nolint:errcheck } - // Name returns the name of the App func (app *SecretNetworkApp) Name() string { return app.BaseApp.Name() }