MCPcopy Create free account
hub / github.com/ElementsProject/elements / WriteBestBlock

Method WriteBestBlock

src/index/base.cpp:47–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47void BaseIndex::DB::WriteBestBlock(CDBBatch& batch, const CBlockLocator& locator)
48{
49 batch.Write(DB_BEST_BLOCK, locator);
50}
51
52BaseIndex::~BaseIndex()
53{

Callers 1

CommitInternalMethod · 0.45

Calls 1

WriteMethod · 0.45

Tested by

no test coverage detected