Produce confidential addresses in GUI

This commit is contained in:
Pieter Wuille 2015-06-09 17:30:47 +02:00
parent 65fcecce1e
commit 05871c0392

View file

@ -383,7 +383,7 @@ QString AddressTableModel::addRow(const QString &type, const QString &label, con
return QString();
}
}
strAddress = CBitcoinAddress(newKey.GetID()).ToString();
strAddress = CBitcoinAddress(newKey.GetID()).AddBlindingKey(wallet->blinding_pubkey).ToString();
}
else
{