New prints

This commit is contained in:
jl777
2018-12-10 10:18:42 -11:00
parent fcb709c5e8
commit 80198244d4
2 changed files with 2 additions and 1 deletions

View File

@@ -1665,7 +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());
//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))