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

@@ -1304,6 +1304,7 @@ CWallet::TxItems CWallet::OrderedTxItems(std::list<CAccountingEntry>& acentries,
{
CWalletTx* wtx = &((*it).second);
txOrdered.insert(make_pair(wtx->nOrderPos, TxPair(wtx, (CAccountingEntry*)0)));
fprintf(stderr,"ordered iter %s\n",wtx.GetHash().GetHex());
}
acentries.clear();
walletdb.ListAccountCreditDebit(strAccount, acentries);