Browse Source

->

pull/4/head
jl777 6 years ago
parent
commit
755e64a9af
  1. 2
      src/wallet/wallet.cpp

2
src/wallet/wallet.cpp

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

Loading…
Cancel
Save