MCPcopy Create free account
hub / github.com/LUX-Core/lux / GetRejectCode

Method GetRejectCode

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

Source from the content-addressed store, hash-verified

88 corruptionPossible = true;
89 }
90 unsigned int GetRejectCode() const { return chRejectCode; }
91 std::string GetRejectReason() const { return strRejectReason; }
92 std::string GetDebugMessage() const { return strDebugMessage; }
93};

Callers 4

sendrawtransactionFunction · 0.80
InvalidBlockFoundFunction · 0.80
ProcessMessageFunction · 0.80
FormatStateMessageFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected