MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / WriteAccountingEntry

Method WriteAccountingEntry

src/wallet/walletdb.cpp:169–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167}
168
169bool 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
174CAmount WalletBatch::GetAccountCreditDebit(const std::string& strAccount)
175{

Callers 2

ReorderTransactionsMethod · 0.80
AddAccountingEntryMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected