Skip to content

Commit

Permalink
Merge pull request #4
Browse files Browse the repository at this point in the history
05871c0 Produce confidential addresses in GUI (Pieter Wuille)
  • Loading branch information
sipa committed Jun 9, 2015
2 parents 65fcecc + 05871c0 commit 7848ae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qt/addresstablemodel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit 7848ae0

Please sign in to comment.