fix: paylinks in fiat (#101)

* fix unreachable code
* trying to fix fiat pay links
* don't drop support for python 3.10
* values are store as int when there's currency
* simplify js
* add hint for fiat denom
This commit is contained in:
Tiago Vasconcelos 2025-08-21 09:29:32 +01:00 committed by GitHub
commit a242f0e4b6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 125 additions and 23 deletions

View file

@ -6,7 +6,7 @@ authors = ["Alan Bits <alan@lnbits.com>"]
package-mode = false
[tool.poetry.dependencies]
python = "~3.12 | ~3.11"
python = "~3.12 | ~3.11 | ~3.10"
lnbits = {version = "*", allow-prereleases = true}
[tool.poetry.group.dev.dependencies]