Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitcoin/bitcoin
/ SetNull
Method
SetNull
src/primitives/block.h:100–107 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
98
}
99
100
void SetNull()
101
{
102
CBlockHeader::SetNull();
103
vtx.clear();
104
fChecked = false;
105
m_checked_witness_commitment = false;
106
m_checked_merkle_root = false;
107
}
108
109
std::string ToString() const;
110
};
Callers
15
BuildTxs
Function · 0.45
BOOST_AUTO_TEST_CASE
Function · 0.45
BOOST_FIXTURE_TEST_CASE
Function · 0.45
SignatureHashOld
Function · 0.45
CreateCreditAndSpend
Function · 0.45
BOOST_AUTO_TEST_CASE
Function · 0.45
TestBasicMining
Method · 0.45
BOOST_AUTO_TEST_CASE
Function · 0.45
Block
Method · 0.45
block.cpp
File · 0.45
FUZZ_TARGET
Function · 0.45
script.cpp
File · 0.45
Calls
1
clear
Method · 0.45
Tested by
14
BuildTxs
Function · 0.36
BOOST_AUTO_TEST_CASE
Function · 0.36
BOOST_FIXTURE_TEST_CASE
Function · 0.36
SignatureHashOld
Function · 0.36
CreateCreditAndSpend
Function · 0.36
BOOST_AUTO_TEST_CASE
Function · 0.36
TestBasicMining
Method · 0.36
BOOST_AUTO_TEST_CASE
Function · 0.36
Block
Method · 0.36
FUZZ_TARGET
Function · 0.36
FUZZ_TARGET
Function · 0.36
FUZZ_TARGET
Function · 0.36