Fix checking for the `ParachainHost` runtime api (#4594)
The function `has_api` checks that the api + version matches, which isn't true anymore after bumping the version. The fix is to just compare the runtime api version being at least `1`.
Please register or sign in to comment