diff --git a/lnbits/core/services.py b/lnbits/core/services.py index d83f6180..89a130d1 100644 --- a/lnbits/core/services.py +++ b/lnbits/core/services.py @@ -44,7 +44,7 @@ async def create_invoice( *, wallet_id: str, amount: int, # in satoshis - memo: Optional[str] = None, + memo: str, description_hash: Optional[bytes] = None, extra: Optional[Dict] = None, webhook: Optional[str] = None,