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
@@ -56,6 +56,7 @@ class OpenNodeWallet(Wallet):
memo: Optional[str] = None,
description_hash: Optional[bytes] = None,
unhashed_description: Optional[bytes] = None,
**kwargs,
) -> InvoiceResponse:
if description_hash or unhashed_description:
raise Unsupported("description_hash")