Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BTCGPU/BTCGPU
/ PushBlockHash
Method
PushBlockHash
src/net.h:850–854 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
848
}
849
850
void PushBlockHash(const uint256 &hash)
851
{
852
LOCK(cs_inventory);
853
vBlockHashesToAnnounce.push_back(hash);
854
}
855
856
void AskFor(const CInv& inv);
857
Callers
1
UpdatedBlockTip
Method · 0.80
Calls
1
push_back
Method · 0.45
Tested by
no test coverage detected