Submitted by leastwood
This issue has no direct security implications, however, there may be some confusion when understanding what the RCFactory.createMarket() function actually does. See RCFactory.sol L625.
Recommend updating the line (linked above) to include the SAFE_MODE option outline in the enum type in IRCMarket.sol. For example, the line /// @param _mode 0 = normal, 1 = winner takes all could be updated to /// @param _mode 0 = normal, 1 = winner takes all, 2 = SAFE_MODE
0xean (judge) confirmed:
Splidge (Reality Cards patched:
