mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-03-13 11:35:56 +01:00
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,
|
||||
amount: int, # in satoshis
|
||||
memo: Optional[str] = None,
|
||||
memo: str,
|
||||
description_hash: Optional[bytes] = None,
|
||||
extra: Optional[Dict] = None,
|
||||
webhook: Optional[str] = None,
|
||||
|
|
Loading…
Add table
Reference in a new issue