MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / ReadPool

Method ReadPool

src/wallet/walletdb.cpp:133–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131}
132
133bool WalletBatch::ReadPool(int64_t nPool, CKeyPool& keypool)
134{
135 return m_batch.Read(std::make_pair(std::string("pool"), nPool), keypool);
136}
137
138bool WalletBatch::WritePool(int64_t nPool, const CKeyPool& keypool)
139{

Callers 4

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

Calls 1

ReadMethod · 0.45

Tested by

no test coverage detected