| 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, |
no outgoing calls
no test coverage detected