| 3115 | } |
| 3116 | |
| 3117 | void CWallet::ListAccountCreditDebit(const std::string& strAccount, std::list<CAccountingEntry>& entries) { |
| 3118 | WalletBatch batch(*database); |
| 3119 | return batch.ListAccountCreditDebit(strAccount, entries); |
| 3120 | } |
| 3121 | |
| 3122 | bool CWallet::AddAccountingEntry(const CAccountingEntry& acentry) |
| 3123 | { |
no outgoing calls