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
Description
Adds checks for
MaxAccountBalance
,MaxReceiveAmount
andMaxVolume
inAddIncomingInvoice
itself to avoid repetition in v1 and v2 controllers