f'GUI: Display label rather than address on popups'

This commit is contained in:
Gregory Sanders 2019-04-10 11:14:38 -04:00
parent f7f5bb7cbb
commit d51b9edcd4

View file

@ -1012,7 +1012,7 @@ void BitcoinGUI::incomingTransaction(const QString& date, const QString& assetam
{
// On new transaction, make an info balloon
QString msg = tr("Date: %1\n").arg(date) +
tr("Amount: %1\n").arg(assetamount_str) +
tr("Amount: %1\n").arg(assetamount_str);
if (m_node.getWallets().size() > 1 && !walletName.isEmpty()) {
msg += tr("Wallet: %1\n").arg(walletName);
}