chnaged memo back from optional
This commit is contained in:
parent
4fe45b34d1
commit
0c0e6e9275
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ async def create_invoice(
|
||||||
*,
|
*,
|
||||||
wallet_id: str,
|
wallet_id: str,
|
||||||
amount: int, # in satoshis
|
amount: int, # in satoshis
|
||||||
memo: Optional[str] = None,
|
memo: str,
|
||||||
description_hash: Optional[bytes] = None,
|
description_hash: Optional[bytes] = None,
|
||||||
extra: Optional[Dict] = None,
|
extra: Optional[Dict] = None,
|
||||||
webhook: Optional[str] = None,
|
webhook: Optional[str] = None,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue