Skip to content

Commit

Permalink
Merge branch 'todo_beta/params/mint_allocation_proposer' into todo_be…
Browse files Browse the repository at this point in the history
…ta/refactor/mint_allocation_proposer
  • Loading branch information
bryanchriswhite authored Nov 11, 2024
2 parents 4987c2c + 699616c commit dd9d609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/tokenomics/types/params.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ func NewParams(
) Params {
return Params{
MintAllocationDao: mintAllocationDao,
MintAllocationProposer: DefaultMintAllocationProposer,
MintAllocationProposer: mintAllocationProposer,
}
}

Expand Down

0 comments on commit dd9d609

Please sign in to comment.