From ac4bdec8db382810885094fc93fb323475a7af38 Mon Sep 17 00:00:00 2001 From: GNaD Date: Thu, 8 Dec 2022 03:00:35 +0700 Subject: [PATCH] revert --- testing/simapp/app_v2.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/testing/simapp/app_v2.go b/testing/simapp/app_v2.go index b3543b354e3..7f57eb59557 100644 --- a/testing/simapp/app_v2.go +++ b/testing/simapp/app_v2.go @@ -434,7 +434,9 @@ func (app *SimApp) RegisterAPIRoutes(apiSvr *api.Server, apiConfig config.APICon } } -func (app SimApp) RegisterUpgradeHandlers() {} +func (app SimApp) RegisterUpgradeHandlers() { + +} // GetMaccPerms returns a copy of the module account permissions //