| 2413 | } |
| 2414 | |
| 2415 | bool CWallet::SetAddressBook(const CTxDestination& address, const std::string& strName, const std::string& strPurpose) |
| 2416 | { |
| 2417 | WalletBatch batch(GetDatabase()); |
| 2418 | return SetAddressBookWithDB(batch, address, strName, strPurpose); |
| 2419 | } |
| 2420 | |
| 2421 | bool CWallet::DelAddressBook(const CTxDestination& address) |
| 2422 | { |
no outgoing calls