MCPcopy Create free account
hub / github.com/ElementsProject/elements / WriteName

Method WriteName

src/wallet/walletdb.cpp:68–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66//
67
68bool WalletBatch::WriteName(const std::string& strAddress, const std::string& strName)
69{
70 return WriteIC(std::make_pair(DBKeys::NAME, strAddress), strName);
71}
72
73bool WalletBatch::EraseName(const std::string& strAddress)
74{

Callers 1

SetAddressBookWithDBMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected