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

Method delAddressBook

src/interfaces/wallet.cpp:150–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148 return m_wallet.SetAddressBook(dest, name, purpose);
149 }
150 bool delAddressBook(const CTxDestination& dest) override
151 {
152 return m_wallet.DelAddressBook(dest);
153 }
154 bool getAddress(const CTxDestination& dest,
155 std::string* name,
156 isminetype* is_mine,

Callers 2

setDataMethod · 0.80
removeRowsMethod · 0.80

Calls 1

DelAddressBookMethod · 0.80

Tested by

no test coverage detected