-
Notifications
You must be signed in to change notification settings - Fork 312
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
Calling example_electrum sync
on an unconfirmed tx may result in the tx being stuck as unconfirmed eternally (according to the cli))
#1125
Comments
New discovery: The cli saw it as confirmed after I called |
Re-opening as #1145 didn't fix this |
May be fixed by this: #1354 |
Move to beta milestone to re-test. |
Because However let's have tests to make sure previously unconfirmed transactions get confirmed again in both reorg and no-reorg situations. |
I'll take a look at this. |
Describe the bug
Calling
example_electrum sync
on an unconfirmed tx may result in the tx being stuck as unconfirmed eternally (according to the cli)).To Reproduce
example_electrum send 123456 <insert-address-here>
.example_electrum sync
until the transaction is confirmed (according to the block explorer).example_electrum balance
-> You'll see that the transaction is not confirmed (according to our cli).example_electrum scan && example_electrum balance
-> The transaction is still NOT confirmed!The transaction is forever stuck as unconfirmed according to our cli.
Expected behavior
That the tx is viewed as confirmed by our cli.
The text was updated successfully, but these errors were encountered: