-
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 #419
Feature/dev #419
Conversation
V4.0.1 Upgrade for swap gauge creation
tx command added in vault, Locker
if vaultInterestTracker.InterestAccumulated.GTE(sdk.OneDec()) { | ||
newInterest := sdk.ZeroInt() |
Check warning
Code scanning / CodeQL
Useless assignment to local variable
if lockerRewardsTracker.RewardsAccumulated.GTE(sdk.OneDec()) { | ||
//send rewards | ||
newReward := sdk.ZeroInt() |
Check warning
Code scanning / CodeQL
Useless assignment to local variable
if lockerRewardsTracker.RewardsAccumulated.GTE(sdk.OneDec()) { | ||
//send rewards | ||
newReward := sdk.ZeroInt() |
Check warning
Code scanning / CodeQL
Useless assignment to local variable
if vaultInterestTracker.InterestAccumulated.GTE(sdk.OneDec()) { | ||
newInterest := sdk.ZeroInt() |
Check warning
Code scanning / CodeQL
Useless assignment to local variable
No description provided.