Skip to content

Commit

Permalink
fix distribution transfer test
Browse files Browse the repository at this point in the history
  • Loading branch information
sainoe committed Feb 5, 2024
1 parent 8adba69 commit 4fbf8f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/provider/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -958,7 +958,7 @@ func (app *App) addConsumerChainAccountToMacPerms() {
func (app *App) BlockedModuleAccountAddrs() map[string]bool {
acctAddrs := app.ModuleAccountAddrs()
for _, c := range providertypes.ConsumerRewardPools {
delete(acctAddrs, c)
delete(acctAddrs, authtypes.NewModuleAddress(c).String())
}
return acctAddrs
}

0 comments on commit 4fbf8f7

Please sign in to comment.