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

Method GetRejectCode

src/main.h:176–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174 }
175 bool CorruptionPossible() const { return corruptionPossible; }
176 uint8_t GetRejectCode() const { return rejectCode; }
177 string GetRejectReason() const { return rejectReason; }
178
179 void SetReturn(std::string r) {ret = r;}

Callers 11

InvalidBlockFoundFunction · 0.80
ConnectBlockFunction · 0.80
ProcessTxMessageFunction · 0.80
submittxrawFunction · 0.80
submitblockFunction · 0.80
SubmitOrderTxFunction · 0.80
SubmitTxFunction · 0.80
CheckTxInMemPoolMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected