One of the comments in __wt_rts_check currently states:
/* * Help the user comply with the requirement there be no concurrent user operations. It is okay * to have a transaction in the prepared state.
However, as of WT-8543, it is not okay for a transaction to be in a prepared state. This comment thus needs to be updated.