MCPcopy 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
160bool CWalletDB::ReadBestBlock(CBlockLocator& locator)
161{
162 return Read(std::string("bestblock"), locator);
163}
164
165bool CWalletDB::WriteOrderPosNext(int64_t nOrderPosNext)
166{

Callers 1

AppInit2Function · 0.80

Calls 1

ReadClass · 0.85

Tested by

no test coverage detected