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

Cap fees to reasonable level by default #3516

Merged
merged 1 commit into from Sep 3, 2020
Merged

Cap fees to reasonable level by default #3516

merged 1 commit into from Sep 3, 2020

Conversation

Kubuxu
Copy link
Contributor

@Kubuxu Kubuxu commented Sep 3, 2020

No description provided.

Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
Comment on lines +214 to +216
if maxFee.Equals(big.Zero()) {
maxFee = types.NewInt(build.FilecoinPrecision / 10)
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should expose this in node config, but that can be done later

@magik6k magik6k merged commit 9785f14 into master Sep 3, 2020
@magik6k magik6k deleted the feat/cap-fee branch September 3, 2020 12:11
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

Successfully merging this pull request may close these issues.

None yet

2 participants