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

Method WriteName

src/walletdb.cpp:38–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36//
37
38bool CWalletDB::WriteName(const string& strAddress, const string& strName)
39{
40 nWalletDBUpdateCounter++;
41 return Write(make_pair(string("name"), strAddress), strName);
42}
43
44bool CWalletDB::EraseName(const string& strAddress)
45{

Callers 1

SetAddressBookMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected