Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
255
bool CWalletDB::WritePool(int64_t nPool, const CKeyPool& keypool)
256
{
257
nWalletDBUpdateCounter++;
258
return Write(std::make_pair(std::string(
"pool"
), nPool), keypool);
259
}
260
261
bool CWalletDB::ErasePool(int64_t nPool)
262
{
Callers
1
TopUpKeyPool
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected