MCPcopy 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_blockFunction · 0.80
CreateBlockMethod · 0.80
mineBlockFunction · 0.80
TestPackageSelectionMethod · 0.80
TestBasicMiningMethod · 0.80
TestPrioritisedMiningMethod · 0.80
BOOST_AUTO_TEST_CASEFunction · 0.80
BlockMethod · 0.80
BOOST_AUTO_TEST_CASEFunction · 0.80
PrepareBlockFunction · 0.80
CreateBlockMethod · 0.80
generateBlocksFunction · 0.80

Calls

no outgoing calls

Tested by 10

CreateBlockMethod · 0.64
mineBlockFunction · 0.64
TestPackageSelectionMethod · 0.64
TestBasicMiningMethod · 0.64
TestPrioritisedMiningMethod · 0.64
BOOST_AUTO_TEST_CASEFunction · 0.64
BlockMethod · 0.64
BOOST_AUTO_TEST_CASEFunction · 0.64
PrepareBlockFunction · 0.64
CreateBlockMethod · 0.64