Skip to content

Commit

Permalink
Update requirements.txt
Browse files Browse the repository at this point in the history
The old `pyln-client` here is causing this output on CLN v23.02: `UNUSUAL plugin-sauron.py: ValueError: Non-integer request id \"cln:getchaininfo#24\"`

Updating `pyln-client` to `23.2` fixes for me.
  • Loading branch information
chrisguida authored and mergify[bot] committed Mar 4, 2024
1 parent cd23955 commit 57a2925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sauron/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pyln-client>=0.7.3
pyln-client>=23.2
requests[socks]>=2.23.0

0 comments on commit 57a2925

Please sign in to comment.