Lukas Gruber

Results 3 comments of Lukas Gruber

Hi! We are also facing this issue. We are using `default` as status code for error responses too. Also things like `5XX` (see [Swagger Docs](https://swagger.io/docs/specification/describing-responses/#status-codes)) should be valid values. Changing...

Hey there! I think the part when actually retrieving the tx is missing: ```cpp // validation.cpp bool GetTransaction(const uint256 &hash, CTransactionRef &txOut, const Consensus::Params& consensusParams, uint256 &hashBlock, bool fAllowSlow, CBlockIndex*...