Hi @belfarod216
ich habe momentan genau das gleiche Problem - leider gleich mit 3 Channels (27 andere haben problemlos geclosed).
So sieht es bei mir aus:
{
„total_limbo_balance“: „0“,
„pending_open_channels“: [
],
„pending_closing_channels“: [
],
„pending_force_closing_channels“: [
],
„waiting_close_channels“: [
{
„channel“: {
„remote_node_pub“: „022bd0aa893db4ac890e457cca8c83f112518d6941bf9153dab4bf904620503a78“,
„channel_point“: „f552a409af649222a4dbd561178b167564e3e6cec3d2b6ab8c7527961e452ea0:1“,
„capacity“: „1000000“,
„local_balance“: „0“,
„remote_balance“: „0“,
„local_chan_reserve_sat“: „0“,
„remote_chan_reserve_sat“: „0“,
„initiator“: „INITIATOR_LOCAL“,
„commitment_type“: „STATIC_REMOTE_KEY“,
„num_forwarding_packages“: „0“,
„chan_status_flags“: „ChanStatusLocalDataLoss|ChanStatusRestored“,
„private“: true
},
„limbo_balance“: „0“,
„commitments“: {
„local_txid“: „“,
„remote_txid“: „“,
„remote_pending_txid“: „“,
„local_commit_fee_sat“: „0“,
„remote_commit_fee_sat“: „0“,
„remote_pending_commit_fee_sat“: „0“
},
„closing_txid“: „“
},
{
„channel“: {
„remote_node_pub“: „03627ebe50fc6eb80b0caab0c3714958c701eda735e3c29588e83150d6d4a93976“,
„channel_point“: „61010098a8fec8dfba3532516704ae08c14aebcfbe8deb017185763ce4b323b9:1“,
„capacity“: „1150000“,
„local_balance“: „0“,
„remote_balance“: „0“,
„local_chan_reserve_sat“: „0“,
„remote_chan_reserve_sat“: „0“,
„initiator“: „INITIATOR_LOCAL“,
„commitment_type“: „STATIC_REMOTE_KEY“,
„num_forwarding_packages“: „0“,
„chan_status_flags“: „ChanStatusLocalDataLoss|ChanStatusRestored“,
„private“: true
},
„limbo_balance“: „0“,
„commitments“: {
„local_txid“: „“,
„remote_txid“: „“,
„remote_pending_txid“: „“,
„local_commit_fee_sat“: „0“,
„remote_commit_fee_sat“: „0“,
„remote_pending_commit_fee_sat“: „0“
},
„closing_txid“: „“
},
{
„channel“: {
„remote_node_pub“: „03dc8b9ff0110e5f3f9ac8fbe861b82e98c92ab1d29c906ea40d2a76ecb28b2cb8“,
„channel_point“: „d44d90880d1fe786eac5c65fea96e629210f9c83bf7324ed9f3ea5ece64d2628:1“,
„capacity“: „1000000“,
„local_balance“: „0“,
„remote_balance“: „0“,
„local_chan_reserve_sat“: „0“,
„remote_chan_reserve_sat“: „0“,
„initiator“: „INITIATOR_LOCAL“,
„commitment_type“: „ANCHORS“,
„num_forwarding_packages“: „0“,
„chan_status_flags“: „ChanStatusRestored“,
„private“: true
},
„limbo_balance“: „0“,
„commitments“: {
„local_txid“: „“,
„remote_txid“: „“,
„remote_pending_txid“: „“,
„local_commit_fee_sat“: „0“,
„remote_commit_fee_sat“: „0“,
„remote_pending_commit_fee_sat“: „0“
},
„closing_txid“: „“
}
]
}
und wenn ich force close versuche bekomme ich folgendes:
umbrel@umbrel:~ $ ~/umbrel/scripts/app compose lightning exec lnd lncli closechannel --force d44d90880d1fe786eac5c65fea96e629210f9c83bf7324ed9f3ea5ece64d2628 1
[lncli] rpc error: code = Unknown desc = cannot close channel with state: ChanStatusRestored
Vielleicht kann uns da ja jemand helfen?
LG
wick3da