[bug]: #8436
-
BackgroundI have several question with the below forced closed channel.
"pending_force_closing_channels": [
{
"channel": {
"remote_node_pub": "026c79920c8bdf86fd464c01e106ad84287ff6ee0d41d65e900d67e3ba91327f8a",
"channel_point": "b543e4454d03ddc60313ffc4f5c8db7aadf307686c1ec11a4e0cf0497c946add:1",
"capacity": "3000000",
"local_balance": "2994185",
"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": "",
"private": false,
"memo": ""
},
"closing_txid": "5a270e17d38653b30bf6a0f60a8045a5dc93df15084d72f3a10e4028209460de",
"limbo_balance": "2244",
"maturity_height": 0,
"blocks_til_maturity": 0,
"recovered_balance": "0",
"pending_htlcs": [
{
"incoming": false,
"amount": "1914",
"outpoint": "0b315cba26c3c69d2b1eec4a24e667c0b36312f4e983ebc64ab3c356b13e02d3:0",
"maturity_height": 816338,
"blocks_til_maturity": -11246,
"stage": 1
}
],
"anchor": "LIMBO"
}
], Your environmentlnd v0.17.3 on docker Steps to reproduceI don't know Expected behaviour
Actual behaviour
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
It looks like this is correct behavior, the limbo balance refers to the value of the anchor output ( |
Beta Was this translation helpful? Give feedback.
-
this make total sense thanks, need to fix our bug in btcpay then btcpayserver/BTCPayServer.Lightning#156 |
Beta Was this translation helpful? Give feedback.
It looks like this is correct behavior, the limbo balance refers to the value of the anchor output (
"anchor": "LIMBO"
) plus the HTLC amount sitting in the first stage transaction (https://mempool.space/tx/999c6a9a7d86539f89894137a72374b6ce4f93c78e36040b8329fa03ab826ce5#vin=0). The HTLC output still sits there because it's uneconomical to spend. The to_local outpoint was already swept.