mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-12-11 05:03:16 +01:00
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