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
- Send a transaction:
example_electrum send 123456 <insert-address-here>.
- Perform
example_electrum sync until the transaction is confirmed (according to the block explorer).
- Do
example_electrum balance -> You'll see that the transaction is not confirmed (according to our cli).
- Do
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.