You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The function checkDustLimitIsLargerThanOurChannelReserve was calculating
the channel reserve based on the funding amount of the open_channel
message, rather than using the channel reserve that was actually sent in
the open_channel message.
This fixes the bug.
0 commit comments