Merge pull request #381 from arcbtc/FastAPI
restored create invoice api endpoint
This commit is contained in:
commit
a37350983a
|
@ -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…
Reference in New Issue
Block a user