-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Atomic swap feature not showing received funds as a transaction #292
Comments
This is good feedback. The atomic swap transaction is a non-standard construction that does two things in one TX: It's a FINALIZE and a payment. The Bob UI is designed to only show one "thing" per transaction, so it fits nicely on one line. If you used the API to send a TX with two outputs and pay two people at once for example, I'm pretty sure the UI would just display the first payment. Notice that this UI function also hides the change output from the user etc, so it's just a nice simplification. It's not super easy for Bob to "guess" what single label to use for each TX. The logic is here and could probably be improved. |
Ohhhhh good catch! Yeah I am running a slightly different / older version of Bob here too. |
Yup! I think it can be confusing for some new users if they don't see the deposit transaction separately (especially if they transact a lot). I wasn't sure at first if I got it as it was a small amount but checked by peaking at the txid. |
I just did an atomic swap as a seller and although I did receive the HNS (my wallet balance updated) I do not see it as a separate received transaction in the wallet. I only see the "Finalized" transaction. I checked with another seller that used the feature and the same happened to him.
The text was updated successfully, but these errors were encountered: