You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we calculate userDepoist amount with accStaked - accUnstaked. but when user calls redeposit function, accStaked amount increase. so that useDeposit amount and accStaked - accUnstaked amount will be unmatched.
we calculate userDepoist amount with
accStaked - accUnstaked
. but when user callsredeposit
function, accStaked amount increase. so thatuseDeposit
amount andaccStaked - accUnstaked
amount will be unmatched.ref: https://docs.google.com/spreadsheets/d/15CvTI5Li5XhJ14QppxXQ2ejCPS39I73PVkrC38BnVVY/edit#gid=0
The text was updated successfully, but these errors were encountered: