added simple lnurl

This commit is contained in:
arcbtc 2023-12-08 20:39:27 +00:00
parent 2261bb8452
commit c87ccf7107
11 changed files with 154 additions and 39 deletions

View file

@ -18,7 +18,9 @@ async def create_temp(wallet_id: str, data: CreateTempData) -> Temp:
temp_id,
wallet_id,
data.name,
data.total
data.total,
data.lnurlpayamount,
data.lnurlwithdrawamount
),
)
temp = await get_temp(temp_id)