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

Method ReadPool

src/walletdb.cpp:250–253  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

248}
249
250bool CWalletDB::ReadPool(int64_t nPool, CKeyPool& keypool)
251{
252 return Read(std::make_pair(std::string("pool"), nPool), keypool);
253}
254
255bool CWalletDB::WritePool(int64_t nPool, const CKeyPool& keypool)
256{

Callers 4

ReserveKeyFromKeyPoolMethod · 0.80
GetOldestKeyTimeInPoolFunction · 0.80
MarkReserveKeysAsUsedMethod · 0.80
LoadReserveKeysToSetFunction · 0.80

Calls 1

ReadClass · 0.85

Tested by

no test coverage detected