| 276 | } |
| 277 | |
| 278 | bool CWalletDB::WriteAccount(const string& strAccount, const CAccount& account) |
| 279 | { |
| 280 | return Write(make_pair(string("acc"), strAccount), account); |
| 281 | } |
| 282 | |
| 283 | bool CWalletDB::WriteAccountingEntry(const uint64_t nAccEntryNum, const CAccountingEntry& acentry) |
| 284 | { |
no outgoing calls