Skip to content

[bug]: Channel stuck in inactive state. #9468

@racarr202

Description

@racarr202

Background

Opened a channel to node Kraken (02f1a8c87607f415c8f22c00593002775941dea48869ce23096af27b0cfdcc0b69@52.13.118.208:9735) using lightning terminal.
Channel point https://mempool.space/tx/ed081cd6744ebdcca9a498a22925dcc7bf6ad7cae9f367c59e79fa2b85c94848#vout=0 has received sufficient confirmations that channel should be opened and active.
Channel info is as follows.
{
"active": false,
"remote_pubkey": "02f1a8c87607f415c8f22c00593002775941dea48869ce23096af27b0cfdcc0b69",
"channel_point": "ed081cd6744ebdcca9a498a22925dcc7bf6ad7cae9f367c59e79fa2b85c94848:0",
"chan_id": "969449297852235776",
"capacity": "5000000",
"local_balance": "4997943",
"remote_balance": "0",
"commit_fee": "1727",
"commit_weight": "772",
"fee_per_kw": "1243",
"unsettled_balance": "0",
"total_satoshis_sent": "0",
"total_satoshis_received": "0",
"num_updates": "0",
"pending_htlcs": [],
"csv_delay": 600,
"private": false,
"initiator": true,
"chan_status_flags": "ChanStatusDefault",
"local_chan_reserve_sat": "50000",
"remote_chan_reserve_sat": "50000",
"static_remote_key": false,
"commitment_type": "ANCHORS",
"lifetime": "21136",
"uptime": "21136",
"close_address": "",
"push_amount_sat": "0",
"thaw_height": 0,
"local_constraints": {
"csv_delay": 600,
"chan_reserve_sat": "50000",
"dust_limit_sat": "354",
"max_pending_amt_msat": "4950000000",
"min_htlc_msat": "1000",
"max_accepted_htlcs": 50
},
"remote_constraints": {
"csv_delay": 600,
"chan_reserve_sat": "50000",
"dust_limit_sat": "354",
"max_pending_amt_msat": "4950000000",
"min_htlc_msat": "1",
"max_accepted_htlcs": 483
},
"alias_scids": [],
"zero_conf": false,
"zero_conf_confirmed_scid": "0",
"peer_alias": "Kraken 🐙⚡",
"peer_scid_alias": "0",
"memo": "",
"custom_channel_data": ""
}

Your environment

lncli version 0.18.4-beta commit=lightning-terminal-v0.14.0-alpha
Linux lnl-node 6.8.0-51-generic #52-Ubuntu SMP PREEMPT_DYNAMIC Thu Dec 5 13:09:44 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
Neutrino backend

Steps to reproduce

Unsure how to reproduce issue.

Expected behaviour

Channel should be active.

Actual behaviour

Channel active state remains false after sufficient confirmations.

Metadata

Metadata

Assignees

Labels

bugUnintended code behaviourneutrinoLightweight neutrino backend-typerpcRelated to the RPC interface

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions