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

Add support for MAX_INVOICE amount #456

Closed bumi closed 11 months ago

bumi commented 11 months ago

Similar to the MAX_VOLUME we should also add a configuration option that allows operators to define a max amount for each invoice. if the config is 0(default) any amount is allowed.

im-adithya commented 11 months ago

Done by #462 #463 and #464