Skip to content

[bug]: channel stuck in pending_force_closing_channels forever #8492

Description

@fivebyfive2

Background

A channel has been stuck in pending_force_closing_channels for about 6 months, but the closing transaction confirmed a long time ago. The peer node has gone offline.

Your environment

lncli version 0.14.2-beta commit=v0.14.2-beta
Linux h440 6.5.0-14-generic #14~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Mon Nov 20 18:15:30 UTC 2 x86_64 x86_64 x86_64 GNU/Linux
Bitcoin Core 26.0.0
umbrelOS Version 0.5.4

Steps to reproduce

lncli pendingchannels
{
    "total_limbo_balance": "765",
    "pending_open_channels": [
    ],
    "pending_closing_channels": [
    ],
    "pending_force_closing_channels": [
        {
            "channel": {
                "remote_node_pub": "039b3cab2a452a0ec921c417009817a8ae871b2098454078dd439e5f328a1108e6",
                "channel_point": "1e00c6d1b0601d8cb6e2be3085dfabc2a95aef5959020fce42db9a5ed690e932:1",
                "capacity": "15000000",
                "local_balance": "158020",
                "remote_balance": "14837644",
                "local_chan_reserve_sat": "0",
                "remote_chan_reserve_sat": "0",
                "initiator": "INITIATOR_REMOTE",
                "commitment_type": "ANCHORS",
                "num_forwarding_packages": "0",
                "chan_status_flags": ""
            },
            "closing_txid": "1823bad5100cfda6194c587e641a5cbf518a809c9c90a50407a4c8b56f4ff91b",
            "limbo_balance": "765",
            "maturity_height": 0,
            "blocks_til_maturity": 0,
            "recovered_balance": "0",
            "pending_htlcs": [
                {
                    "incoming": false,
                    "amount": "435",
                    "outpoint": "128cfe64dca7c29a96e14c78bfed2b88cf86106f4a16103a9ac23d050c899f9b:0",
                    "maturity_height": 782626,
                    "blocks_til_maturity": -48538,
                    "stage": 1
                }
            ],
            "anchor": "LIMBO"
        }
    ],
    "waiting_close_channels": [
    ]
}

EDITED to add formatting to the json output.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions