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

fix: improve rate limit handling #364

Closed reneaaron closed 1 year ago

reneaaron commented 1 year ago
codecov[bot] commented 1 year ago

Codecov Report

Merging #364 (ce67469) into main (a6df81d) will decrease coverage by 0.18%. The diff coverage is 0.00%.

@@            Coverage Diff             @@
##             main     #364      +/-   ##
==========================================
- Coverage   54.96%   54.79%   -0.18%     
==========================================
  Files          51       51              
  Lines        3180     3190      +10     
==========================================
  Hits         1748     1748              
- Misses       1246     1256      +10     
  Partials      186      186              
Impacted Files Coverage Δ
main.go 0.00% <0.00%> (ø)
bumi commented 1 year ago

that was a debug statement, removed.