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
Please make sure that you fully test claim and redeem (wrap and unwrap).
Specifically:
// Line 138 should probably not be `transfer`, but rather:transferFrom(msg.sender, address(this), _amount);
// Line 163 should probably not be `transferFrom`, but rather:transfer(msg.sender, _amount);
This story cover the following.
The text was updated successfully, but these errors were encountered: