Browse Source

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.
feature/auto_ssh
Jeff Vandrew Jr 6 years ago
committed by GitHub
parent
commit
0b9e427101
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docker-compose-generator/docker-fragments/opt-add-librepatron.yml

2
docker-compose-generator/docker-fragments/opt-add-librepatron.yml

@ -3,7 +3,7 @@ services:
librepatron: librepatron:
container_name: librepatron container_name: librepatron
restart: unless-stopped restart: unless-stopped
image: jvandrew/librepatron:0.6.71 image: jvandrew/librepatron:0.6.75
expose: expose:
- "8006" - "8006"
volumes: volumes:

Loading…
Cancel
Save