Submitted by cmichel
The RCFactory._checkTimestamps function only checks that the start timestamp (_timestamps[0]) is not in the past if advancedWarning != 0.
Markets can be created that already started in the past. Im not sure if this is intended.
Recommend always performing the require(_timestamps[0] >= block.timestamp, "Market opening time not set"); check, not only in the advancedWarning != 0 case.
Splidge (Reality Cards) disputed:
0xean (judge) commented:
Splidge (Reality Cards) acknowledged:
