From 0b9e427101b3402b04d15bdfbe9c8ee0e305e2d6 Mon Sep 17 00:00:00 2001 From: Jeff Vandrew Jr <43861226+JeffVandrewJr@users.noreply.github.com> Date: Mon, 28 Jan 2019 03:45:26 -0500 Subject: [PATCH] Fix LibrePatron Lightning Bug LibrePatron had a bug where it did not properly handle IPNs on certain lightning payments, due to differences in the way BTCPay sends on-chain vs lightning IPNs. This update fixes that bug. Please push as soon as you can so that LibrePatron users can resume lightning payments. --- .../docker-fragments/opt-add-librepatron.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose-generator/docker-fragments/opt-add-librepatron.yml b/docker-compose-generator/docker-fragments/opt-add-librepatron.yml index 1705af6..894b51e 100644 --- a/docker-compose-generator/docker-fragments/opt-add-librepatron.yml +++ b/docker-compose-generator/docker-fragments/opt-add-librepatron.yml @@ -3,7 +3,7 @@ services: librepatron: container_name: librepatron restart: unless-stopped - image: jvandrew/librepatron:0.6.71 + image: jvandrew/librepatron:0.6.75 expose: - "8006" volumes: