Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LUX-Core/lux
/ ReadBestBlock
Method
ReadBestBlock
src/walletdb.cpp:160–163 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
158
}
159
160
bool CWalletDB::ReadBestBlock(CBlockLocator& locator)
161
{
162
return Read(std::string(
"bestblock"
), locator);
163
}
164
165
bool CWalletDB::WriteOrderPosNext(int64_t nOrderPosNext)
166
{
Callers
1
AppInit2
Function · 0.80
Calls
1
Read
Class · 0.85
Tested by
no test coverage detected