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
Claim() and Cancel() do not update the balances of accounts. The variable _balances must be updated. As this update is done many times in this contract the update of balances must be refactored in a dedicated function.
Claim() and Cancel() do not update the balances of accounts. The variable
_balances
must be updated. As this update is done many times in this contract the update of balances must be refactored in a dedicated function.v1-core/packages/hardhat/contracts/Swapper.sol
Line 91 in 96bc553
v1-core/packages/hardhat/contracts/Swapper.sol
Line 107 in 96bc553
The text was updated successfully, but these errors were encountered: