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

Fix hlint warnings #4837

Merged
merged 1 commit into from
Jan 24, 2023
Merged

Fix hlint warnings #4837

merged 1 commit into from
Jan 24, 2023

Conversation

newhoggy
Copy link
Contributor

No description provided.

@@ -138,7 +138,7 @@ limitFrequency thresholdFrequency limiterName vtracer ltracer = do
then 10.0
else thresholdPeriod / elapsedTime
let spendReward = if rawSpendReward < 1.0 && rawSpendReward > 0.0
then - ((1.0 / rawSpendReward) - 1.0)
then 1.0 - (1.0 / rawSpendReward)
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Please check this change @kosyrevSerge

@Jimbo4350 Jimbo4350 mentioned this pull request Jan 24, 2023
@newhoggy newhoggy merged commit b19401f into master Jan 24, 2023
@iohk-bors iohk-bors bot deleted the newhoggy/fix-hlint-warnings branch January 24, 2023 18:45
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.

2 participants