diff --git a/modules/core/exported/module.go b/modules/core/exported/module.go index 8a7056ac12d..5af7d78b7a9 100644 --- a/modules/core/exported/module.go +++ b/modules/core/exported/module.go @@ -5,10 +5,8 @@ const ( ModuleName = "ibc" // StoreKey is the string store representation StoreKey = ModuleName - // QuerierRoute is the querier route for the IBC module QuerierRoute = ModuleName - // RouterKey is the msg router key for the IBC module RouterKey = ModuleName )