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

Method WritePool

src/walletdb.cpp:255–259  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

253}
254
255bool CWalletDB::WritePool(int64_t nPool, const CKeyPool& keypool)
256{
257 nWalletDBUpdateCounter++;
258 return Write(std::make_pair(std::string("pool"), nPool), keypool);
259}
260
261bool CWalletDB::ErasePool(int64_t nPool)
262{

Callers 1

TopUpKeyPoolMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected