This commit is contained in:
callebtc 2023-03-22 01:18:17 +01:00
commit b66588d7c9
2 changed files with 2 additions and 2 deletions

View file

@ -99,7 +99,7 @@ async def on_invoice_paid(payment: Payment):
private_key.sign_event(zap_receipt)
def send_event(_):
# logger.debug(f"Sending zap: {zap_receipt.to_message()}")
logger.debug(f"Sending zap: {zap_receipt.to_message()}")
ws.send(zap_receipt.to_message())
ws.close()