FEAT: add funding source fallback and VoidWallet warning for frontend
This commit is contained in:
parent
c81d3e06c8
commit
e93fbd24be
4 changed files with 32 additions and 5 deletions
|
|
@ -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.*",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue