MCPcopy 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
44bool BaseIndex::DB::WriteBestBlock(const CBlockLocator& locator)
45{
46 return Write(DB_BEST_BLOCK, locator);
47}
48
49BaseIndex::~BaseIndex()
50{

Callers 1

ChainStateFlushedMethod · 0.45

Calls 2

errorFunction · 0.85
GetLocatorMethod · 0.80

Tested by

no test coverage detected