Submitted by gpersoon, also found by hickuphh3 and cmichel
The function getMarketInfo of RCFactory only can give results back in the range 0marketInfoResults
Supplying _skipResults doesnt help, it then just skips the first _skipResults  records.
Assume marketInfoResults == 10 and _skipResults == 20:
Then no result will be given back because _resultNumber < marketInfoResults will never allow _resultNumber  to be bigger than 10
Note: this is low risk because getMarketInfo is a backup function (although you maybe want the backup to function as expected)
Recommend updating the code to something like the following:
Splidge (Reality Cards) confirmed:
Splidge (Reality Cards) patched:
