| 281 | } |
| 282 | |
| 283 | bool CWalletDB::WriteAccountingEntry(const uint64_t nAccEntryNum, const CAccountingEntry& acentry) |
| 284 | { |
| 285 | return Write(std::make_pair(std::string("acentry"), std::make_pair(acentry.strAccount, nAccEntryNum)), acentry); |
| 286 | } |
| 287 | |
| 288 | bool CWalletDB::WriteAccountingEntry(const CAccountingEntry& acentry) |
| 289 | { |
no outgoing calls