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
Currently, atomic swap works but if user1 is trying to swap their 1 hbar to 5 token(whatever token) and user1 hasn't associated 5 tokens before, the swap will be unsuccessful.
Solution
It makes sense to auto-associate a token if the atomic swap for the responder contains a token other than hbar. This way, whenever the tx is processed, it doesn't fail because of TOKEN_NOT_ASSOCIATED error
Alternatives
No response
The text was updated successfully, but these errors were encountered:
Problem
Currently, atomic swap works but if user1 is trying to swap their 1 hbar to 5 token(whatever token) and user1 hasn't associated 5 tokens before, the swap will be unsuccessful.
Solution
It makes sense to auto-associate a token if the atomic swap for the responder contains a token other than hbar. This way, whenever the tx is processed, it doesn't fail because of TOKEN_NOT_ASSOCIATED error
Alternatives
No response
The text was updated successfully, but these errors were encountered: