| 4156 | } |
| 4157 | |
| 4158 | bool 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 | |
| 4164 | bool CWallet::GetDestData(const CTxDestination& dest, const std::string& key, std::string* value) const |
| 4165 | { |