| 167 | } |
| 168 | |
| 169 | bool WalletBatch::WriteAccountingEntry(const uint64_t nAccEntryNum, const CAccountingEntry& acentry) |
| 170 | { |
| 171 | return WriteIC(std::make_pair(std::string("acentry"), std::make_pair(acentry.strAccount, nAccEntryNum)), acentry); |
| 172 | } |
| 173 | |
| 174 | CAmount WalletBatch::GetAccountCreditDebit(const std::string& strAccount) |
| 175 | { |
no outgoing calls
no test coverage detected