Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
85
bool WalletBatch::ErasePurpose(const std::string& strAddress)
86
{
87
return EraseIC(std::make_pair(DBKeys::PURPOSE, strAddress));
88
}
89
90
bool WalletBatch::WriteTx(const CWalletTx& wtx)
91
{
Callers
1
DelAddressBook
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected