Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ ErasePool
Method
ErasePool
src/wallet/walletdb.cpp:199–202 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
197
}
198
199
bool WalletBatch::ErasePool(int64_t nPool)
200
{
201
return EraseIC(std::make_pair(DBKeys::POOL, nPool));
202
}
203
204
bool WalletBatch::WriteMinVersion(int nVersion)
205
{
Callers
3
NewKeyPool
Method · 0.80
KeepDestination
Method · 0.80
MarkReserveKeysAsUsed
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected