-
Notifications
You must be signed in to change notification settings - Fork 64
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
Feature/dev #439
Conversation
… into lend-codec-impl
… into lend-codec-impl
… into lend-codec-impl
Removing ABCI iterations from lend module
Exclude disabled pools from child pools
Lend test net upgrade
return err | ||
} | ||
lendPos, _ = k.GetLend(ctx, lendID) | ||
lendPos.GlobalIndex = indexGlobalCurrent |
Check warning
Code scanning / CodeQL
Useless assignment to field
} | ||
lendPos, _ = k.GetLend(ctx, lendID) | ||
lendPos.GlobalIndex = indexGlobalCurrent | ||
lendPos.LastInteractionTime = ctx.BlockTime() |
Check warning
Code scanning / CodeQL
Useless assignment to field
} | ||
err = k.ReBalanceStableRates(ctx) | ||
|
||
err := k.ReBalanceStableRates(ctx) |
Check warning
Code scanning / CodeQL
Panic in BeginBock or EndBlock consensus methods
No description provided.