MCPcopy Create free account
hub / github.com/ElementsProject/elements / ReadPool

Method ReadPool

src/wallet/walletdb.cpp:189–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187}
188
189bool WalletBatch::ReadPool(int64_t nPool, CKeyPool& keypool)
190{
191 return m_batch->Read(std::make_pair(DBKeys::POOL, nPool), keypool);
192}
193
194bool WalletBatch::WritePool(int64_t nPool, const CKeyPool& keypool)
195{

Callers 4

GetOldestKeyTimeInPoolFunction · 0.80
ReserveKeyFromKeyPoolMethod · 0.80
MarkReserveKeysAsUsedMethod · 0.80
MarkPreSplitKeysMethod · 0.80

Calls 1

ReadMethod · 0.45

Tested by

no test coverage detected