This removes the checkpoints comment because it is misleading for two reasons:
- It shows up in the doxygen documentation of
CMainParamshttps://dev.visucore.com/bitcoin/doxygen/class_c_main_params.html - The comment refers to "strange transactions" in a block, which are not specified further. Transactions in blocks are always consensus-valid or rejected as consensus-invalid.
Also sort the includes with clang-format, as the file is touched anyway.