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

Method GetDebugMessage

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

Source from the content-addressed store, hash-verified

148 unsigned int GetRejectCode() const { return chRejectCode; }
149 std::string GetRejectReason() const { return strRejectReason; }
150 std::string GetDebugMessage() const { return strDebugMessage; }
151};
152
153// These implement the weight = (stripped_size * 4) + witness_size formula,

Callers 2

FormatStateMessageFunction · 0.80
CheckBlockFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected