mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 22:50:59 +01:00
[Qt] Fix Transaction details shows wrong To:
This commit is contained in:
@@ -222,7 +222,7 @@ public:
|
||||
std::map<uint256, CWalletTx>::iterator mi = wallet->mapWallet.find(rec->hash);
|
||||
if(mi != wallet->mapWallet.end())
|
||||
{
|
||||
return TransactionDesc::toHTML(wallet, mi->second, rec->idx, unit);
|
||||
return TransactionDesc::toHTML(wallet, mi->second, rec, unit);
|
||||
}
|
||||
}
|
||||
return QString("");
|
||||
|
||||
Reference in New Issue
Block a user