MCPcopy Create free account
hub / github.com/ElementsProject/elements / GetDebugMessage

Method GetDebugMessage

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

Source from the content-addressed store, hash-verified

123 Result GetResult() const { return m_result; }
124 std::string GetRejectReason() const { return m_reject_reason; }
125 std::string GetDebugMessage() const { return m_debug_message; }
126 std::string ToString() const
127 {
128 if (IsValid()) {

Callers 3

PolicyScriptChecksMethod · 0.80
ConnectBlockMethod · 0.80
CheckBlockFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected