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

Method ErasePurpose

src/wallet/walletdb.cpp:44–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44bool WalletBatch::ErasePurpose(const std::string& strAddress)
45{
46 return EraseIC(std::make_pair(std::string("purpose"), strAddress));
47}
48
49bool WalletBatch::WriteTx(const CWalletTx& wtx)
50{

Callers 1

DelAddressBookMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected