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
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