chnaged memo back from optional

This commit is contained in:
benarc 2021-11-03 11:23:16 +00:00
parent 4fe45b34d1
commit 0c0e6e9275

View file

@ -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,