MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / SetBestHeight

Method SetBestHeight

src/net.cpp:2690–2693  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2688}
2689
2690void CConnman::SetBestHeight(int height)
2691{
2692 nBestHeight.store(height, std::memory_order_release);
2693}
2694
2695int CConnman::GetBestHeight() const
2696{

Callers 1

UpdatedBlockTipMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected