Move prints

This commit is contained in:
jl777
2018-12-10 10:37:13 -11:00
parent 7c88285452
commit 2b66bcf247
2 changed files with 3 additions and 2 deletions

View File

@@ -1304,7 +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().c_str());
//fprintf(stderr,"ordered iter %s\n",wtx->GetHash().GetHex().c_str());
}
acentries.clear();
walletdb.ListAccountCreditDebit(strAccount, acentries);