diff --git a/app/app.go b/app/app.go index 3faeebe9..50a96910 100644 --- a/app/app.go +++ b/app/app.go @@ -74,7 +74,6 @@ import ( slashingkeeper "github.com/cosmos/cosmos-sdk/x/slashing/keeper" slashingtypes "github.com/cosmos/cosmos-sdk/x/slashing/types" "github.com/cosmos/cosmos-sdk/x/staking" - // staking stakingkeeper "github.com/cosmos/cosmos-sdk/x/staking/keeper" stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types" @@ -107,13 +106,11 @@ import ( feemarkettypes "github.com/evmos/evmos/v18/x/feemarket/types" "github.com/gorilla/mux" "github.com/rakyll/statik/fs" - // multi-staking multistaking "github.com/realio-tech/multi-staking-module/x/multi-staking" multistakingkeeper "github.com/realio-tech/multi-staking-module/x/multi-staking/keeper" multistakingtypes "github.com/realio-tech/multi-staking-module/x/multi-staking/types" "github.com/realiotech/realio-network/app/ante" - // unnamed import of statik for swagger UI support _ "github.com/realiotech/realio-network/client/docs/statik" realionetworktypes "github.com/realiotech/realio-network/types"