decred / dcrlnd

Decred Lightning Network Daemon ⚡️
MIT License
36 stars 24 forks source link

checkCanSendPayments needs to ignore negative chans #189

Open miki-totefu opened 1 year ago

miki-totefu commented 1 year ago

when one of the channels in checkCanSendPayments has no local capacity because it's an inbound channel, the reserve makes the max outbound amount negative

this is wrong and needs to be fixed