Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitcoin/bitcoin
/ getBlock
Method
getBlock
src/node/interfaces.cpp:895–898 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
893
}
894
895
CBlock getBlock() override
896
{
897
return m_block_template->block;
898
}
899
900
std::vector<CAmount> getTxFees() override
901
{
Callers
14
mining_get_block
Function · 0.80
CreateBlock
Method · 0.80
mineBlock
Function · 0.80
TestPackageSelection
Method · 0.80
TestBasicMining
Method · 0.80
TestPrioritisedMining
Method · 0.80
BOOST_AUTO_TEST_CASE
Function · 0.80
Block
Method · 0.80
BOOST_AUTO_TEST_CASE
Function · 0.80
PrepareBlock
Function · 0.80
CreateBlock
Method · 0.80
generateBlocks
Function · 0.80
Calls
no outgoing calls
Tested by
10
CreateBlock
Method · 0.64
mineBlock
Function · 0.64
TestPackageSelection
Method · 0.64
TestBasicMining
Method · 0.64
TestPrioritisedMining
Method · 0.64
BOOST_AUTO_TEST_CASE
Function · 0.64
Block
Method · 0.64
BOOST_AUTO_TEST_CASE
Function · 0.64
PrepareBlock
Function · 0.64
CreateBlock
Method · 0.64