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

chore: add exceeding checks for volume, balance, receive #462

Closed im-adithya closed 11 months ago

im-adithya commented 11 months ago

Description

Adds checks for MaxAccountBalance, MaxReceiveAmount and MaxVolume in AddIncomingInvoice itself to avoid repetition in v1 and v2 controllers