Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2690
void CConnman::SetBestHeight(int height)
2691
{
2692
nBestHeight.store(height, std::memory_order_release);
2693
}
2694
2695
int CConnman::GetBestHeight() const
2696
{
Callers
1
UpdatedBlockTip
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected