Merge pull request #1290 from lnbits/fix/mypy-withdraw

fix mypy issue on withdraw + some refactoring
This commit is contained in:
Arc 2023-01-04 19:31:27 +00:00 committed by GitHub
commit 76eb5a9309
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 117 additions and 150 deletions

View file

@ -101,7 +101,6 @@ exclude = """(?x)(
| ^lnbits/extensions/satspay.
| ^lnbits/extensions/streamalerts.
| ^lnbits/extensions/watchonly.
| ^lnbits/extensions/withdraw.
| ^lnbits/wallets/lnd_grpc_files.
)"""