MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / GetRejectReason

Method GetRejectReason

src/consensus/validation.h:149–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147 ValidationInvalidReason GetReason() const { return m_reason; }
148 unsigned int GetRejectCode() const { return chRejectCode; }
149 std::string GetRejectReason() const { return strRejectReason; }
150 std::string GetDebugMessage() const { return strDebugMessage; }
151};
152

Callers 8

BlockCheckedMethod · 0.80
ProcessMessageFunction · 0.80
FormatStateMessageFunction · 0.80
CheckBlockFunction · 0.80
BOOST_FIXTURE_TEST_CASEFunction · 0.80
BIP22ValidationResultFunction · 0.80
testmempoolacceptFunction · 0.80
commitMethod · 0.80

Calls

no outgoing calls

Tested by 1

BOOST_FIXTURE_TEST_CASEFunction · 0.64