This commit is contained in:
jl777
2018-12-10 10:19:12 -11:00
parent 80198244d4
commit fe0671145e

View File

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