cosmosquad-labs / squad

Apache License 2.0
6 stars 3 forks source link

Add MintPoolAddress on mint params to separate inflation with tx fee #314

Closed dongsam closed 2 years ago

dongsam commented 2 years ago

Summary

Add params.MintPoolAddress on the mint module to customize and separate collected tx fee from FeeCollector

Proposal

mint_pool_address defines the address where inflation will be minted, The default is FeeCollector It's the same value that's currently hardcoded, but if it set to FeeCollector, minted inflation could be mixed together with collected tx fees. Therefore, it is recommended to specify a separate address depending on the chain

Tasks


For Admin Use