Merge pull request #381 from arcbtc/FastAPI
restored create invoice api endpoint
This commit is contained in:
commit
a37350983a
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
Add a link
Reference in a new issue