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
I have opened a dual-funded stable-channel that has been unintentionally closed. The stable-channel plugin attempts to keep one side of the channel at a fixed USD amount and initiates regular keysend payments.
To start over, a new channel was opened, and this time, I indicated that I would like clboss to leave the peer alone 'lightning-cli clboss-unmanage 02da610818b08d34fd50b2f3ec02e00803437630291d72f1515ffbc6e5a5ee8542 lnfee,close,balance. I also have clboss-auto-close=false` in the lightning config file.
The dual-funded channel was closed again (I don't know why). I am confused when looking at the following log section. It seems that clboss is disconnecting the peer and is then trying to open a channel. Is it possible that I am looking at an unintended interference between clboss and the dual-funded channel?
2024-03-16T19:00:41.257Z INFO plugin-clboss: AutoDisconnector: 02da610818b08d34fd50b2f3ec02e00803437630291d72f1515ffbc6e5a5ee8542, 029859bb9d3cde023d43b306f688f02bf821f91790a9fa65f7ff5eb9278074eec9
2024-03-16T19:59:33.734Z INFO 02da610818b08d34fd50b2f3ec02e00803437630291d72f1515ffbc6e5a5ee8542-connectd: Received WIRE_WARNING: WARNING: channel_announcement: no unspent txout 706866x2560x1
2024-03-16T19:59:33.855Z INFO 02da610818b08d34fd50b2f3ec02e00803437630291d72f1515ffbc6e5a5ee8542-connectd: Received WIRE_WARNING: WARNING: channel_announcement: no unspent txout 735118x784x1
2024-03-16T19:59:36.096Z INFO 02da610818b08d34fd50b2f3ec02e00803437630291d72f1515ffbc6e5a5ee8542-connectd: Received WIRE_WARNING: WARNING: channel_announcement: no unspent txout 777774x1678x0
2024-03-16T19:59:36.250Z INFO 02da610818b08d34fd50b2f3ec02e00803437630291d72f1515ffbc6e5a5ee8542-connectd: Received WIRE_WARNING: WARNING: channel_announcement: no unspent txout 733164x2530x1
2024-03-16T19:59:36.299Z INFO 02da610818b08d34fd50b2f3ec02e00803437630291d72f1515ffbc6e5a5ee8542-connectd: Received WIRE_WARNING: WARNING: channel_announcement: no unspent txout 733362x1872x0
2024-03-16T20:00:13.836Z INFO 02da610818b08d34fd50b2f3ec02e00803437630291d72f1515ffbc6e5a5ee8542-chan#1163: State changed from DUALOPEND_OPEN_INIT to DUALOPEND_OPEN_COMMIT_READY
2024-03-16T20:00:14.273Z INFO 02da610818b08d34fd50b2f3ec02e00803437630291d72f1515ffbc6e5a5ee8542-chan#1163: State changed from DUALOPEND_OPEN_COMMIT_READY to DUALOPEND_OPEN_COMMITTED
2024-03-16T20:00:17.073Z INFO 02da610818b08d34fd50b2f3ec02e00803437630291d72f1515ffbc6e5a5ee8542-chan#1163: State changed from DUALOPEND_OPEN_COMMITTED to DUALOPEND_AWAITING_LOCKIN
2024-03-16T20:00:18.931Z INFO plugin-clboss: ChannelCreation: 02da610818b08d34fd50b2f3ec02e00803437630291d72f1515ffbc6e5a5ee8542
2024-03-16T20:00:38.020Z INFO plugin-clboss: AutoDisconnector: 02da610818b08d34fd50b2f3ec02e00803437630291d72f1515ffbc6e5a5ee8542
2024-03-16T20:00:38.047Z INFO plugin-clboss: ChannelCreation: 02da610818b08d34fd50b2f3ec02e00803437630291d72f1515ffbc6e5a5ee8542
2024-03-16T20:06:05.189Z INFO 02da610818b08d34fd50b2f3ec02e00803437630291d72f1515ffbc6e5a5ee8542-connectd: Received WIRE_WARNING: WARNING: reply_channel_range invalid 765709+4294956228
2024-03-16T20:06:05.517Z INFO 02da610818b08d34fd50b2f3ec02e00803437630291d72f1515ffbc6e5a5ee8542-connectd: Received WIRE_WARNING: WARNING: reply_channel_range invalid 728240+4294944549
2024-03-16T20:07:04.045Z INFO 02da610818b08d34fd50b2f3ec02e00803437630291d72f1515ffbc6e5a5ee8542-connectd: Received WIRE_WARNING: WARNING: channel_announcement: no unspent txout 745210x1275x1
2024-03-16T20:07:04.223Z INFO 02da610818b08d34fd50b2f3ec02e00803437630291d72f1515ffbc6e5a5ee8542-connectd: Received WIRE_WARNING: WARNING: channel_announcement: no unspent txout 748911x740x0
The text was updated successfully, but these errors were encountered:
I have opened a dual-funded stable-channel that has been unintentionally closed. The stable-channel plugin attempts to keep one side of the channel at a fixed USD amount and initiates regular keysend payments.
To start over, a new channel was opened, and this time, I indicated that I would like clboss to leave the peer alone 'lightning-cli clboss-unmanage 02da610818b08d34fd50b2f3ec02e00803437630291d72f1515ffbc6e5a5ee8542 lnfee,close,balance
. I also have
clboss-auto-close=false` in the lightning config file.The dual-funded channel was closed again (I don't know why). I am confused when looking at the following log section. It seems that clboss is disconnecting the peer and is then trying to open a channel. Is it possible that I am looking at an unintended interference between clboss and the dual-funded channel?
The text was updated successfully, but these errors were encountered: