FEAT: add funding source fallback and VoidWallet warning for frontend

This commit is contained in:
dni ⚡ 2023-03-02 12:03:58 +01:00
parent c81d3e06c8
commit e93fbd24be
No known key found for this signature in database
GPG key ID: 886317704CC4E618
4 changed files with 32 additions and 5 deletions

View file

@ -72,12 +72,14 @@ exclude = [
"lnbits/wallets",
"lnbits/core",
"lnbits/*.py",
"lnbits/extensions",
]
[tool.mypy]
files = "lnbits"
exclude = """(?x)(
^lnbits/wallets/lnd_grpc_files.
| ^lnbits/extensions.
)"""
[[tool.mypy.overrides]]
@ -90,7 +92,6 @@ module = [
"websocket.*",
"websockets.*",
"pyqrcode.*",
"cashu.*",
"shortuuid.*",
"grpc.*",
"lnurl.*",