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

Method WriteName

src/wallet/walletdb.cpp:27–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25//
26
27bool WalletBatch::WriteName(const std::string& strAddress, const std::string& strName)
28{
29 return WriteIC(std::make_pair(std::string("name"), strAddress), strName);
30}
31
32bool WalletBatch::EraseName(const std::string& strAddress)
33{

Callers 1

SetAddressBookMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected