mirror of
https://github.com/lnbits/lnbits.git
synced 2025-09-27 12:26:19 +02:00
LNURLw fix
This commit is contained in:
@@ -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(
|
||||
"""
|
||||
|
Reference in New Issue
Block a user