Merge branch 'master' of https://github.com/bitcoin/bitcoin
Conflicts: src/script.cpp
This commit is contained in:
@@ -138,7 +138,7 @@ QList<TransactionRecord> TransactionRecord::decomposeTransaction(const CWallet *
|
||||
// Sent to Bitcoin Address
|
||||
sub.type = TransactionRecord::SendToAddress;
|
||||
CBitcoinAddress address;
|
||||
if (ExtractAddress(txout.scriptPubKey, wallet, address))
|
||||
if (ExtractAddress(txout.scriptPubKey, 0, address))
|
||||
{
|
||||
sub.address = address.ToString();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user