This commit is contained in:
Ben Arc
2022-02-01 20:51:40 +00:00
parent 615abffeb4
commit 3f0a855526
3 changed files with 41 additions and 43 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ async def api_update_balance(
checking_id=payHash,
payment_request="selfPay",
payment_hash=payHash,
amount=amount*1000,
amount=amount * 1000,
memo="selfPay",
fee=0,
)