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
If user call swap or execute_actions with some near attatched, the contract now does not count them into user's storage deposited nor refund them. When the amonut is large, it would cause much trouble for user to re-claim them back.
If user call
swap
orexecute_actions
with some near attatched, the contract now does not count them into user's storage deposited nor refund them. When the amonut is large, it would cause much trouble for user to re-claim them back.The fix may be like this:
Then, user can call
storage_withdraw
to re-claim unused deposited near back by himself.The text was updated successfully, but these errors were encountered: