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.
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user