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
Summary
Add
params.MintPoolAddress
on the mint module to customize and separate collected tx fee fromFeeCollector
Proposal
mint_pool_address
defines the address where inflation will be minted, The default isFeeCollector
It's the same value that's currently hardcoded, but if it set toFeeCollector
, minted inflation could be mixed together with collected tx fees. Therefore, it is recommended to specify a separate address depending on the chainTasks
params.MintPoolAddress
For Admin Use