copilot payments not triggering animations

listener issue
This commit is contained in:
benarc
2021-10-18 10:31:30 +01:00
parent 15cd84652e
commit 0cf11caaad
2 changed files with 2 additions and 8 deletions
-1
View File
@@ -57,7 +57,6 @@ async def lnurl_callback(
raise HTTPException(
status_code=HTTPStatus.NOT_FOUND, detail="Copilot not found"
)
print(cp)
amount_received = int(amount)
if amount_received < 10000: