Merge branch 'master' of https://github.com/bitcoin/bitcoin
Conflicts: src/script.cpp
This commit is contained in:
@@ -211,7 +211,7 @@ string TransactionDesc::toHTML(CWallet *wallet, CWalletTx &wtx)
|
||||
{
|
||||
// Offline transaction
|
||||
CBitcoinAddress address;
|
||||
if (ExtractAddress(txout.scriptPubKey, wallet, address))
|
||||
if (ExtractAddress(txout.scriptPubKey, 0, address))
|
||||
{
|
||||
strHTML += _("<b>To:</b> ");
|
||||
if (wallet->mapAddressBook.count(address) && !wallet->mapAddressBook[address].empty())
|
||||
|
||||
Reference in New Issue
Block a user