make format

This commit is contained in:
callebtc
2022-10-07 22:49:05 +02:00
parent 5d95045906
commit a265c93cd5
3 changed files with 10 additions and 4 deletions

View File

@@ -41,7 +41,11 @@ async def request_mint(amount: int = 0):
@router.post("/mint")
async def mint(payloads: MintRequest, payment_hash: Union[str, None] = None):
async def mint(
payloads: MintRequest,
bolt11: Union[str, None] = None,
payment_hash: Union[str, None] = None,
):
"""
Requests the minting of tokens belonging to a paid payment request.