MCPcopy Create free account
hub / github.com/LUX-Core/lux / ErasePool

Method ErasePool

src/walletdb.cpp:261–265  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

259}
260
261bool CWalletDB::ErasePool(int64_t nPool)
262{
263 nWalletDBUpdateCounter++;
264 return Erase(std::make_pair(std::string("pool"), nPool));
265}
266
267bool CWalletDB::WriteMinVersion(int nVersion)
268{

Callers 3

NewKeyPoolMethod · 0.80
KeepKeyMethod · 0.80
MarkReserveKeysAsUsedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected