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

Method GetRejectCode

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

Source from the content-addressed store, hash-verified

146 }
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};

Callers 5

BlockCheckedMethod · 0.80
ProcessMessageFunction · 0.80
FormatStateMessageFunction · 0.80
CheckBlockFunction · 0.80
testmempoolacceptFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected