add **kwargs to create_invoice functions

This commit is contained in:
dni ⚡
2023-04-04 07:34:51 +02:00
parent 72386033a9
commit 435743a265
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -59,6 +59,7 @@ class LNPayWallet(Wallet):
memo: Optional[str] = None,
description_hash: Optional[bytes] = None,
unhashed_description: Optional[bytes] = None,
**kwargs,
) -> InvoiceResponse:
data: Dict = {"num_satoshis": f"{amount}"}
if description_hash: