When exporting transactions as a CSV file, the "confirmed" column always showed True for transactions sent to self, even when not confirmed yet.
This fixes this bug.
This is a backport of core#14988
Differential D9929
wallet: Fix for exported confirmation field in payment to self transactions PiRK on Aug 25 2021, 07:19. Authored by Tags None Subscribers None
Details
When exporting transactions as a CSV file, the "confirmed" column always showed True for transactions sent to self, even when not confirmed yet. This is a backport of core#14988 ninja && src/qt/bitcoin-qt Send a transaction to yourself, export the transactions list as CSV before the new transaction is included in a block, and verify that it has "false" in the "Confirmed" column.
Diff Detail
|