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

Method LoadDestData

src/wallet.cpp:4158–4162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4156}
4157
4158bool CWallet::LoadDestData(const CTxDestination& dest, const std::string& key, const std::string& value)
4159{
4160 mapAddressBook[dest].destdata.insert(std::make_pair(key, value));
4161 return true;
4162}
4163
4164bool CWallet::GetDestData(const CTxDestination& dest, const std::string& key, std::string* value) const
4165{

Callers 1

ReadKeyValueFunction · 0.80

Calls 1

insertMethod · 0.45

Tested by

no test coverage detected