Page MenuHomePhabricator

wallet: Fix for exported confirmation field in payment to self transactions
ClosedPublic

Authored by PiRK on Aug 25 2021, 07:19.

Details

Summary

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

Test Plan

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

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable