MCPcopy Create free account
hub / github.com/LUX-Core/lux / WriteAccountingEntry

Method WriteAccountingEntry

src/walletdb.cpp:283–286  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

281}
282
283bool 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
288bool CWalletDB::WriteAccountingEntry(const CAccountingEntry& acentry)
289{

Callers 2

movecmdFunction · 0.80
BOOST_AUTO_TEST_CASEFunction · 0.80

Calls

no outgoing calls

Tested by 1

BOOST_AUTO_TEST_CASEFunction · 0.64