looking at the python API client I saw that the blocking functions are supposed to have an async keyword in order to return a future. c.f.: https://github.com/ElementsProject/lightning/blob/cf12130627599cb76ed64f26e5c7b81bc9dc99bb/contrib/pylightning/lightning/lightning.py#L89 However I could not find any function that has this. so either delete the comment or add this to those functions