chore: update pyln-client to 24.5 (#2614)

This commit is contained in:
Pavol Rusnak
2024-07-30 18:04:28 +02:00
committed by GitHub
parent 026c9b5155
commit 19c231a2f4
4 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -101,7 +101,7 @@ class CoreLightningWallet(Wallet):
if unhashed_description and not self.supports_description_hash:
raise UnsupportedError("unhashed_description")
r: dict = self.ln.invoice( # type: ignore
msatoshi=msat,
amount_msat=msat,
label=label,
description=(
unhashed_description.decode() if unhashed_description else memo