-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Wrong transaction order #146
Comments
Additionally, while both transactions were still pending, the pruning servers would put one of them into the pruned transactions (behind a LOT of transactions that happened WAY earlier) for some reason, which made the order even more confusing. This was fixed once they got confirmed & timestamped, however. |
the first issue is known. dependencies detection needs to be implemented. |
this is fixed: transactions are now in the correct order (except when they are still pending) |
aac2636 Namecoin: Rebrand Kivy About screen (JeremyRand) Pull request description: Fixes namecoin#142
Upstream changes up to version 4.0.4
Hello dear electrum team.
I somehow managed to get two dependent transactions encoded into the same block. After several confirmations of the transactions & synchronization with several electrum servers, I'm still left with the same issue.
Transaction 1, receiving X coins on address (X coins already).
Transaction 2, sending 2X coins from address.
I have no other bitcoins in my wallet.
In the transaction list, transaction 2 is displayed before transaction 1. This leads to a bug where it will display the overall balance as negative (-X) after transaction 2, followed by transaction 1 which brings it back to zero (0).
I guess you could fix it by either having more exact timestamps (not sure how they work), or by simply making sure than if you have transactions that depend on another transaction, to make them follow it instead of being able to show up in front.
Cheers.
The text was updated successfully, but these errors were encountered: