The websocket should reply to a `slot.query_transactions` with: ```json { "topic": "slot", "key": "query_transactions", ... ``` But it replies with: ```json { "topic": "slot", "key": "query", ... ``` Not distinguishable from a `slot.query` response.