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

remove ws #347

Closed kiwiidb closed 1 year ago

kiwiidb commented 1 year ago

Nobody uses them (we have 1 hit in 2 months). They won't work anymore when we deploy 2 lndhub replicas.

codecov[bot] commented 1 year ago

Codecov Report

Merging #347 (6c2eaec) into main (9619af3) will decrease coverage by 0.50%. The diff coverage is n/a.

@@            Coverage Diff             @@
##             main     #347      +/-   ##
==========================================
- Coverage   52.20%   51.71%   -0.50%     
==========================================
  Files          55       54       -1     
  Lines        3582     3471     -111     
==========================================
- Hits         1870     1795      -75     
+ Misses       1508     1483      -25     
+ Partials      204      193      -11     
Impacted Files Coverage Δ
main.go 0.00% <ø> (ø)

... and 1 file with indirect coverage changes

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

bumi commented 1 year ago

👍