chill117 / lnurl-node

Flexible lnurl server implementation with API and CLI implemented in nodejs.
MIT License
98 stars 26 forks source link

Fix LNPay and Coinos callback URL unit amount. #54

Closed MiguelMedeiros closed 2 years ago

MiguelMedeiros commented 2 years ago

Possible fix #53 .

chill117 commented 2 years ago

Thanks for taking the time to debug and create this pull-request. I added an extra check for the returned invoice - that it has the correct, expected amount.

MiguelMedeiros commented 2 years ago

Awesome, man! :+1: Nice that you ended up correcting the "amount" values ​​for all the lightning backend libs. Great job!