CodeChain-io/codechain-indexer

Hard-coded min fee not works in private network or test network

majecty opened this issue · 0 comments

Indexer hardcode min fee in static distribution code.
It works for the CodeChain Main network, but not works for test networks or private networks.

const MINIMUM_FEES: { [param: string]: number } = {

Indexer queries the min fees in the dynamic fee calculation. It seems that (not confident) CodeChain before 2.0 does not have a feature that queries the min fee.