LNURLw fix

This commit is contained in:
benarc 2020-07-20 21:32:55 +01:00
parent 294beb2fca
commit 2ddc23de04

View File

@ -16,9 +16,11 @@ def create_withdraw_link(
uses: int,
wait_time: int,
is_unique: bool,
usescsv: str,
) -> WithdrawLink:
with open_ext_db("withdraw") as db:
link_id = urlsafe_short_hash()
db.execute(
"""