This commit is contained in:
jl777
2018-12-10 09:56:26 -11:00
parent 27606f3e0b
commit fcb709c5e8

View File

@@ -1665,6 +1665,7 @@ void ListTransactions(const CWalletTx& wtx, const string& strAccount, int nMinDe
BOOST_FOREACH(const COutputEntry& r, listReceived)
{
string account;
fprintf(stderr,"recv iter %s\n",wtx.GetHash().GetHex());
if (pwalletMain->mapAddressBook.count(r.destination))
account = pwalletMain->mapAddressBook[r.destination].name;
if (fAllAccounts || (account == strAccount))