Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BTCGPU/BTCGPU
/ WriteBestBlock
Method
WriteBestBlock
src/index/base.cpp:44–47 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
42
}
43
44
bool BaseIndex::DB::WriteBestBlock(const CBlockLocator& locator)
45
{
46
return Write(DB_BEST_BLOCK, locator);
47
}
48
49
BaseIndex::~BaseIndex()
50
{
Callers
1
ChainStateFlushed
Method · 0.45
Calls
2
error
Function · 0.85
GetLocator
Method · 0.80
Tested by
no test coverage detected