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

Feature/dev #439

Merged
merged 25 commits into from
Sep 7, 2022
Merged

Feature/dev #439

merged 25 commits into from
Sep 7, 2022

Conversation

pratikasr
Copy link
Member

No description provided.

return err
}
lendPos, _ = k.GetLend(ctx, lendID)
lendPos.GlobalIndex = indexGlobalCurrent

Check warning

Code scanning / CodeQL

Useless assignment to field

This assignment to GlobalIndex is useless since its value is never read.
}
lendPos, _ = k.GetLend(ctx, lendID)
lendPos.GlobalIndex = indexGlobalCurrent
lendPos.LastInteractionTime = ctx.BlockTime()

Check warning

Code scanning / CodeQL

Useless assignment to field

This assignment to LastInteractionTime is useless since its value is never read.
}
err = k.ReBalanceStableRates(ctx)

err := k.ReBalanceStableRates(ctx)

Check warning

Code scanning / CodeQL

Panic in BeginBock or EndBlock consensus methods

Possible panics in BeginBock- or EndBlock-related consensus methods could cause a chain halt
@dheerajkd30 dheerajkd30 merged commit 0cd22d6 into development Sep 7, 2022
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.

3 participants