There was an error while loading. Please reload this page.
2 parents 65fcecc + 05871c0 commit 7848ae0Copy full SHA for 7848ae0
1 file changed
src/qt/addresstablemodel.cpp
@@ -383,7 +383,7 @@ QString AddressTableModel::addRow(const QString &type, const QString &label, con
383
return QString();
384
}
385
386
- strAddress = CBitcoinAddress(newKey.GetID()).ToString();
+ strAddress = CBitcoinAddress(newKey.GetID()).AddBlindingKey(wallet->blinding_pubkey).ToString();
387
388
else
389
{
0 commit comments