MCPcopy Create free account
hub / github.com/ElementsProject/elements / ErasePurpose

Method ErasePurpose

src/wallet/walletdb.cpp:85–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83}
84
85bool WalletBatch::ErasePurpose(const std::string& strAddress)
86{
87 return EraseIC(std::make_pair(DBKeys::PURPOSE, strAddress));
88}
89
90bool WalletBatch::WriteTx(const CWalletTx& wtx)
91{

Callers 1

DelAddressBookMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected