This commit is contained in:
jl777
2018-12-10 11:35:11 -11:00
parent 7883afa7fe
commit 181d6b33f3
2 changed files with 9 additions and 2 deletions

View File

@@ -1817,7 +1817,7 @@ UniValue listtransactions(const UniValue& params, bool fHelp)
CWalletTx *const pwtx = (*it).second.first;
if (pwtx != 0)
ListTransactions(*pwtx, strAccount, 0, true, ret, filter);
else fprintf(stderr,"null pwtx\n");
//else fprintf(stderr,"null pwtx\n");
CAccountingEntry *const pacentry = (*it).second.second;
if (pacentry != 0)
AcentryToJSON(*pacentry, strAccount, ret);