Skip to content

Commit c013008

Browse files
committed
enable incentive module to receive funds
1 parent e6678cf commit c013008

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/app.go

+1
Original file line numberDiff line numberDiff line change
@@ -1128,6 +1128,7 @@ func BlockedAddresses() map[string]bool {
11281128

11291129
// allow the following addresses to receive funds
11301130
delete(modAccAddrs, authtypes.NewModuleAddress(govtypes.ModuleName).String())
1131+
delete(modAccAddrs, authtypes.NewModuleAddress(incentivetypes.ModuleName).String())
11311132

11321133
return modAccAddrs
11331134
}

0 commit comments

Comments
 (0)