talaia-labs / rust-teos

The Eye of Satoshi - Lightning Watchtower
https://talaia.watch
MIT License
128 stars 62 forks source link

watchtower-plugin: fixes pyln-client version #252

Closed sr-gi closed 3 months ago

sr-gi commented 3 months ago

pyln-testing depends on pyln-client, and the API for the latter has changed in version 24.0. Fix our dependency to 23.11 to prevent test from breaking.

I'm not really sure why an old version of pyln-testing tries to download the newest version of pyln-client as dependency, but whatever