Merge a2ae766a61 into merged_master (Bitcoin PR #15098)

This commit is contained in:
Andrew Poelstra 2020-11-09 21:20:36 +00:00
commit 378d8186d5

View file

@ -398,6 +398,7 @@ QString TransactionTableModel::formatTxToAddress(const TransactionRecord *wtx, b
case TransactionRecord::SendToOther:
return QString::fromStdString(wtx->address) + watchAddress;
case TransactionRecord::SendToSelf:
return lookupAddress(wtx->address, tooltip) + watchAddress;
default:
return tr("(n/a)") + watchAddress;
}