mirror of
https://github.com/lnbits/lnbits.git
synced 2025-10-11 13:02:39 +02:00
LNURLw fix
This commit is contained in:
@@ -16,9 +16,11 @@ def create_withdraw_link(
|
|||||||
uses: int,
|
uses: int,
|
||||||
wait_time: int,
|
wait_time: int,
|
||||||
is_unique: bool,
|
is_unique: bool,
|
||||||
|
usescsv: str,
|
||||||
) -> WithdrawLink:
|
) -> WithdrawLink:
|
||||||
|
|
||||||
with open_ext_db("withdraw") as db:
|
with open_ext_db("withdraw") as db:
|
||||||
|
|
||||||
link_id = urlsafe_short_hash()
|
link_id = urlsafe_short_hash()
|
||||||
db.execute(
|
db.execute(
|
||||||
"""
|
"""
|
||||||
|
Reference in New Issue
Block a user