chore: update pyln-client to 24.5 (#2614)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user