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

Method WriteName

src/wallet/walletdb.cpp:76–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74//
75
76bool WalletBatch::WriteName(const std::string& strAddress, const std::string& strName)
77{
78 return WriteIC(std::make_pair(DBKeys::NAME, strAddress), strName);
79}
80
81bool WalletBatch::EraseName(const std::string& strAddress)
82{

Callers 3

ExportWatchOnlyWalletFunction · 0.80
SetAddressBookWithDBMethod · 0.80
ApplyMigrationDataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected