Skip to content

Commit

Permalink
chore: remove GetMaccPerms (#2402)
Browse files Browse the repository at this point in the history
Closes #2391
  • Loading branch information
vishnujoshi1311 authored Sep 1, 2023
1 parent 3ad4983 commit d17e231
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -725,15 +725,6 @@ func (*App) BlockedParams() [][2]string {
}
}

// GetMaccPerms returns a copy of the module account permissions
func GetMaccPerms() map[string][]string {
dupMaccPerms := make(map[string][]string)
for k, v := range maccPerms {
dupMaccPerms[k] = v
}
return dupMaccPerms
}

// initParamsKeeper init params keeper and its subspaces
func initParamsKeeper(appCodec codec.BinaryCodec, legacyAmino *codec.LegacyAmino, key, tkey storetypes.StoreKey) paramskeeper.Keeper {
paramsKeeper := paramskeeper.NewKeeper(appCodec, legacyAmino, key, tkey)
Expand Down

0 comments on commit d17e231

Please sign in to comment.