Skip to content

Commit

Permalink
fixup!
Browse files Browse the repository at this point in the history
  • Loading branch information
dni committed Oct 30, 2024
1 parent d6555e9 commit 1ece041
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion views_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,6 @@ async def api_tpos_atm_pay(
resp = r.json()

amount = amount * 1000 # convert to msats
print(resp)

if resp["tag"] != "payRequest":
return {"success": False, "detail": "Wrong tag type"}
Expand Down

0 comments on commit 1ece041

Please sign in to comment.