Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
44
bool WalletBatch::ErasePurpose(const std::string& strAddress)
45
{
46
return EraseIC(std::make_pair(std::string(
"purpose"
), strAddress));
47
}
48
49
bool WalletBatch::WriteTx(const CWalletTx& wtx)
50
{
Callers
1
DelAddressBook
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected