diff --git a/x/tokenomics/types/params.go b/x/tokenomics/types/params.go index 06923e61b..57d1da51d 100644 --- a/x/tokenomics/types/params.go +++ b/x/tokenomics/types/params.go @@ -27,7 +27,7 @@ func NewParams( ) Params { return Params{ MintAllocationDao: mintAllocationDao, - MintAllocationProposer: DefaultMintAllocationProposer, + MintAllocationProposer: mintAllocationProposer, } }