|
|
@ -845,7 +845,7 @@ void CWalletTx::GetAmounts(list<pair<CTxDestination, int64_t> >& listReceived, |
|
|
|
listSent.push_back(make_pair(address, txout.nValue)); |
|
|
|
listSent.push_back(make_pair(address, txout.nValue)); |
|
|
|
|
|
|
|
|
|
|
|
// If we are receiving the output, add it as a "received" entry
|
|
|
|
// If we are receiving the output, add it as a "received" entry
|
|
|
|
if (fIsMine) |
|
|
|
if (fIsMine & filter) |
|
|
|
listReceived.push_back(make_pair(address, txout.nValue)); |
|
|
|
listReceived.push_back(make_pair(address, txout.nValue)); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|