MCPcopy 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_routineMethod · 0.80
async_routineMethod · 0.80
BOOST_AUTO_TEST_CASEFunction · 0.80
getblocktemplateFunction · 0.80
waitfornewblockFunction · 0.80
waitforblockFunction · 0.80
waitforblockheightFunction · 0.80

Calls 1

GetTipFunction · 0.85

Tested by 1

BOOST_AUTO_TEST_CASEFunction · 0.64