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.:
|
are blocking, the corresponding python methods include an `async` |
However I could not find any function that has this. so either delete the comment or add this to those functions
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.:
lightning/contrib/pylightning/lightning/lightning.py
Line 89 in cf12130
However I could not find any function that has this. so either delete the comment or add this to those functions