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

Transaction fees for operators #455

Open kiwiidb opened 11 months ago

kiwiidb commented 11 months ago
rolznz commented 11 months ago

@kiwiidb for the per-tx-fee, I think it's reasonable that if you cannot pay the total amount (amount + any fees) then you should not be able to make the payment. Why do you think this is an issue (apart from additional complexity?)