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

Method WriteAccount

src/walletdb.cpp:278–281  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 4

GetAccountDestinationMethod · 0.80
GetAccountPubkeyMethod · 0.80
BOOST_AUTO_TEST_CASEFunction · 0.80
on_okButton_clickedMethod · 0.80

Calls

no outgoing calls

Tested by 1

BOOST_AUTO_TEST_CASEFunction · 0.64