getAlby / lndhub.go

Accounting wrapper for the Lightning Network. It provides separate accounts for end-users. (LndHub compatible API written in Go)
GNU General Public License v3.0
86 stars 23 forks source link

don't require incoming invoices to be non-expired #379

Closed kiwiidb closed 1 year ago

kiwiidb commented 1 year ago

In case of after-the-fact updates of missed invoices (republished on rabbitmq), these must also be updated.

codecov[bot] commented 1 year ago

Codecov Report

Merging #379 (cb46f10) into main (d9669b9) will decrease coverage by 0.02%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #379      +/-   ##
==========================================
- Coverage   60.03%   60.02%   -0.02%     
==========================================
  Files          50       50              
  Lines        3213     3212       -1     
==========================================
- Hits         1929     1928       -1     
  Misses       1078     1078              
  Partials      206      206              
Impacted Files Coverage Δ
lib/service/invoicesubscription.go 59.62% <100.00%> (-0.19%) :arrow_down: