Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitcoin/bitcoin
/ getTip
Method
getTip
src/node/interfaces.cpp:971–974 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
969
}
970
971
std::optional<BlockRef> getTip() override
972
{
973
return GetTip(chainman());
974
}
975
976
std::optional<BlockRef> waitTipChanged(uint256 current_tip, MillisecondsDouble timeout) override
977
{
Callers
7
async_routine
Method · 0.80
async_routine
Method · 0.80
BOOST_AUTO_TEST_CASE
Function · 0.80
getblocktemplate
Function · 0.80
waitfornewblock
Function · 0.80
waitforblock
Function · 0.80
waitforblockheight
Function · 0.80
Calls
1
GetTip
Function · 0.85
Tested by
1
BOOST_AUTO_TEST_CASE
Function · 0.64