Commit Graph
15 Commits
Author SHA1 Message Date
Pavol RusnakandGitHub 20e6ca019e replace lnbits-legend with lnbits in github links (#1366) 2023-01-14 12:26:17 +01:00
Pavol Rusnak aa067df380 remove extraneous not payment.extra check
followup to fca7e7bec3
2023-01-08 12:19:58 +00:00
Pavol Rusnak e4c01285b2 followup to fca7e7bec3
one extraneous check was forgotten
2023-01-05 13:27:11 +01:00
Pavol Rusnak 191ad1e224 make payment.extra non-optional
this makes handling in tasks.py so much easier
2023-01-05 09:22:34 +01:00
Pavol Rusnak 2c1d02940d fix mypy for lnbits/extensions/lnticket 2023-01-03 23:32:18 +01:00
Pavol Rusnak 0efc27993e fix mypy for lnbits/extensions/splitpayments 2023-01-03 23:25:42 +01:00
Pavol Rusnak 236fe9f8eb fix mypy for lnbits/extensions/paywall 2023-01-03 23:21:17 +01:00
Pavol Rusnak 3d0c66f0f6 remove unnecessary argument encoding from bytes.decode() and str.encode()
the encoding parameter defaults to utf-8, so it's not needed
2023-01-03 22:38:28 +01:00
Pavol Rusnak 2e57210623 extensions/satspay: remove duplicit functions
probably merge error
2023-01-02 18:37:54 +01:00
Pavol Rusnak aa97e3cb54 add -o to find opts meaning or (default is and)
which returns no results
2022-12-30 16:07:32 +01:00
Pavol Rusnak f7a977ecc8 let's use unique function names
so mypy is not confused
2022-12-30 13:16:11 +01:00
Pavol Rusnak 2f377343f1 extensions/gerty: remove duplicit functions
probably merge error
2022-12-30 00:11:23 +01:00
Pavol Rusnak a377381942 use bytes.fromhex/hex builtins instead of binascii.hexlify/unhexlify 2022-12-29 16:46:35 +01:00
Pavol Rusnak aa267f52a2 enable nix flake on {aarch64,x86_64}-darwin 2022-12-28 15:09:30 +01:00
Pavol Rusnak 86b0cec215 remove result link
this shouldn't have been commited since it it listed in gitignore)
2022-12-28 12:48:31 +01:00