Hi Darthcoin
They are still stuck. I followed the troubleshooting and the output of the ‘waiting_close_channels’ are here. I removed the capacity amounts and node address from the output - substituted them with [REMOVED]. Everything is otherwise copy / paste.
Do you know what could be happening here? Did I backup incorrectly or these channels have already closed? Maybe I lost the funds for closing via backup with the wrong state?
should i force close them?
“waiting_close_channels”: [
{
“channel”: {
“remote_node_pub”: [REMOVED],
“channel_point”: [REMOVED],
“capacity”: [REMOVED],
“local_balance”: “0”,
“remote_balance”: “0”,
“local_chan_reserve_sat”: “0”,
“remote_chan_reserve_sat”: “0”,
“initiator”: “INITIATOR_REMOTE”,
“commitment_type”: “ANCHORS”
},
“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”
}
},
{
“channel”: {
“remote_node_pub”: [REMOVED],
“channel_point”: [REMOVED],
“capacity”: [REMOVED],
“local_balance”: “0”,
“remote_balance”: “0”,
“local_chan_reserve_sat”: “0”,
“remote_chan_reserve_sat”: “0”,
“initiator”: “INITIATOR_LOCAL”,
“commitment_type”: “STATIC_REMOTE_KEY”
},
“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”
}
}
]