tweaked create_invoice

This commit is contained in:
benarc
2021-11-03 11:02:33 +00:00
parent abff990ec3
commit 52455e14cd
2 changed files with 5 additions and 5 deletions
-1
View File
@@ -82,7 +82,6 @@ async def api_lnurl_callback(request: Request, link_id):
return LnurlErrorResponse(
reason=f"Got a comment with {len(comment)} characters, but can only accept {link.comment_chars}"
).dict()
payment_hash, payment_request = await create_invoice(
wallet_id=link.wallet,
amount=int(amount_received / 1000),