Open
Description
In lightningnetwork/lnd#1499, @mojoaxel provided lnd and c-lightning logs related to a channel closure. I haven't looked into why it was force closed, but i did notice in those logs that the channel's balance_mast
becomes negative. Here's the relevant comment: lightningnetwork/lnd#1499 (comment).
I'm not sure if there is a deeper issue or what it might be, but an extra assert(balance_msat >= 0);
inserted here would probably help track it down. Extensive c-lightning logs were also provided in the issue, hopefully they're helpful to you!