mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-01-18 05:12:58 +01:00
chore: update pyln-client to 24.5 (#2614)
This commit is contained in:
parent
026c9b5155
commit
19c231a2f4
@ -101,7 +101,7 @@ class CoreLightningWallet(Wallet):
|
|||||||
if unhashed_description and not self.supports_description_hash:
|
if unhashed_description and not self.supports_description_hash:
|
||||||
raise UnsupportedError("unhashed_description")
|
raise UnsupportedError("unhashed_description")
|
||||||
r: dict = self.ln.invoice( # type: ignore
|
r: dict = self.ln.invoice( # type: ignore
|
||||||
msatoshi=msat,
|
amount_msat=msat,
|
||||||
label=label,
|
label=label,
|
||||||
description=(
|
description=(
|
||||||
unhashed_description.decode() if unhashed_description else memo
|
unhashed_description.decode() if unhashed_description else memo
|
||||||
|
10
poetry.lock
generated
10
poetry.lock
generated
@ -1882,13 +1882,13 @@ files = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "pyln-client"
|
name = "pyln-client"
|
||||||
version = "23.8"
|
version = "24.5"
|
||||||
description = "Client library and plugin library for Core Lightning"
|
description = "Client library and plugin library for Core Lightning"
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=3.8,<4.0"
|
python-versions = "<4.0,>=3.8"
|
||||||
files = [
|
files = [
|
||||||
{file = "pyln_client-23.8-py3-none-any.whl", hash = "sha256:a63a9541f422ed3d1d42483a5f37cdfa0014715b620616384d8ee048c4f95f42"},
|
{file = "pyln_client-24.5-py3-none-any.whl", hash = "sha256:b1c7fc8644c0668472ba9cc5d45b6fe88f44bae396f624f0b1a09695011fce0d"},
|
||||||
{file = "pyln_client-23.8.tar.gz", hash = "sha256:578004c640d869707ed8de267f35e01994c092035d20ebc5a325415412b52021"},
|
{file = "pyln_client-24.5.tar.gz", hash = "sha256:642af007f4b0ea75f7c1771b7a4563acf858e0e761023d84b7f61fef13cf3888"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[package.dependencies]
|
[package.dependencies]
|
||||||
@ -3000,4 +3000,4 @@ liquid = ["wallycore"]
|
|||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.0"
|
lock-version = "2.0"
|
||||||
python-versions = "^3.10 | ^3.9"
|
python-versions = "^3.10 | ^3.9"
|
||||||
content-hash = "9b454ce12bf270bdd2c950a4fdd0e69048cd5e6d5357d14d826443e64409344f"
|
content-hash = "3795e179851835839e5f89f51704309942915386a67a00b7c9408ff78b4fea41"
|
||||||
|
@ -34,7 +34,7 @@ websockets = "11.0.3"
|
|||||||
loguru = "0.7.2"
|
loguru = "0.7.2"
|
||||||
grpcio = "1.62.2"
|
grpcio = "1.62.2"
|
||||||
protobuf = "4.24.3"
|
protobuf = "4.24.3"
|
||||||
pyln-client = "23.8"
|
pyln-client = "24.5"
|
||||||
pywebpush = "1.14.0"
|
pywebpush = "1.14.0"
|
||||||
slowapi = "0.1.9"
|
slowapi = "0.1.9"
|
||||||
websocket-client = "1.6.3"
|
websocket-client = "1.6.3"
|
||||||
|
@ -378,7 +378,7 @@
|
|||||||
"expiry": null,
|
"expiry": null,
|
||||||
"exposeprivatechannels": true,
|
"exposeprivatechannels": true,
|
||||||
"label": "test-label",
|
"label": "test-label",
|
||||||
"msatoshi": 555000
|
"amount_msat": 555000
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"response_type": "json",
|
"response_type": "json",
|
||||||
@ -470,7 +470,7 @@
|
|||||||
"expiry": null,
|
"expiry": null,
|
||||||
"exposeprivatechannels": true,
|
"exposeprivatechannels": true,
|
||||||
"label": "test-label",
|
"label": "test-label",
|
||||||
"msatoshi": 555000
|
"amount_msat": 555000
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"response_type": "exception",
|
"response_type": "exception",
|
||||||
@ -491,7 +491,7 @@
|
|||||||
"expiry": null,
|
"expiry": null,
|
||||||
"exposeprivatechannels": true,
|
"exposeprivatechannels": true,
|
||||||
"label": "test-label",
|
"label": "test-label",
|
||||||
"msatoshi": 555000
|
"amount_msat": 555000
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"response_type": "json",
|
"response_type": "json",
|
||||||
@ -559,7 +559,7 @@
|
|||||||
"expiry": null,
|
"expiry": null,
|
||||||
"exposeprivatechannels": true,
|
"exposeprivatechannels": true,
|
||||||
"label": "test-label",
|
"label": "test-label",
|
||||||
"msatoshi": 555000
|
"amount_msat": 555000
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"response_type": "json",
|
"response_type": "json",
|
||||||
@ -601,7 +601,7 @@
|
|||||||
"expiry": null,
|
"expiry": null,
|
||||||
"exposeprivatechannels": true,
|
"exposeprivatechannels": true,
|
||||||
"label": "test-label",
|
"label": "test-label",
|
||||||
"msatoshi": 555000
|
"amount_msat": 555000
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"response_type": "exception",
|
"response_type": "exception",
|
||||||
|
Loading…
Reference in New Issue
Block a user