lnflash / flash

fork of galoy bitcoin banking infrastructure
https://getflash.io
MIT License
4 stars 3 forks source link

Fix NotificationServiceErrors handler #102

Closed brh28 closed 2 months ago

brh28 commented 2 months ago

There have been multiple errors regarding notifications. The primary culprit appears to be a typo when an error bubbles up to on-receive handler, which causes the process to crash. Because of this, it appears notifications are being re-triggered (multiple notifications) while others are never being triggered.