From b42c98fadd9e6d55c5fd8c88437a726010f2473f Mon Sep 17 00:00:00 2001 From: Arc <33088785+arcbtc@users.noreply.github.com> Date: Wed, 29 Jan 2020 15:14:03 +0000 Subject: [PATCH] Update __init__.py --- lnbits/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lnbits/__init__.py b/lnbits/__init__.py index 239d4a22..38ffcf25 100644 --- a/lnbits/__init__.py +++ b/lnbits/__init__.py @@ -600,7 +600,7 @@ def api_lnurlwithdraw(rand): # Update time and increments left upinc = user_fau[0][10] - 1 - Faudb.execute("UPDATE withdraws SET inc = ? SET tmestmp = ? AND rand = ? WHERE withdrawals = ?", (upinc, seconds, randstr, k1,)) + Faudb.execute("UPDATE withdraws SET inc = ? AND tmestmp = ? AND rand = ? WHERE withdrawals = ?", (upinc, seconds, randstr, k1,)) header = {'Content-Type': 'application/json','Grpc-Metadata-macaroon':str(user_fau[0][4])}