Skip to content

Commit 7848ae0

Browse files
committed
Merge pull request #4
05871c0 Produce confidential addresses in GUI (Pieter Wuille)
2 parents 65fcecc + 05871c0 commit 7848ae0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/qt/addresstablemodel.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ QString AddressTableModel::addRow(const QString &type, const QString &label, con
383383
return QString();
384384
}
385385
}
386-
strAddress = CBitcoinAddress(newKey.GetID()).ToString();
386+
strAddress = CBitcoinAddress(newKey.GetID()).AddBlindingKey(wallet->blinding_pubkey).ToString();
387387
}
388388
else
389389
{

0 commit comments

Comments
 (0)