Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
majecty opened this issue Sep 9, 2020 · 0 comments
Open

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

majecty opened this issue Sep 9, 2020 · 0 comments

Comments

@majecty
Copy link
Contributor

majecty commented Sep 9, 2020

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.

@majecty majecty changed the title Harda Hard-coded min fee not works in private network or test network. Sep 9, 2020
@majecty majecty changed the title Hard-coded min fee not works in private network or test network. Hard-coded min fee not works in private network or test network Sep 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant