I have been open channel with PSBT. I signed transaction using electrum then broadcast by lnd. After that I do bump fee by using electrum and transaction has confirmed but channel do not open. after all I do force close with "lncli closechannel -force" but closing tx not broadcast. What can I do next. Thanks
Here is log when I use "lncli pendingchannels"
{
"total_limbo_balance": "3996530",
"pending_open_channels": [
],
"pending_closing_channels": [
],
"pending_force_closing_channels": [
],
"waiting_close_channels": [
{
"channel": {
"remote_node_pub": "0294ac3e099def03c12a37e30fe5364b1223fd60069869142ef96580c8439c2e0a",
"channel_point": "c2beb0f19ce58a7e56a3a359dee4aa1dfb4eb2424bef22502bb61ee5b882b1e9:0",
"capacity": "4000000",
"local_balance": "3996530",
"remote_balance": "0",
"local_chan_reserve_sat": "40000",
"remote_chan_reserve_sat": "40000",
"initiator": "INITIATOR_LOCAL",
"commitment_type": "ANCHORS",
"num_forwarding_packages": "0",
"chan_status_flags": "ChanStatusBorked|ChanStatusCommitBroadcasted|ChanStatusLocalCloseInitiator",
"private": false
},
"limbo_balance": "3996530",
"commitments": {
"local_txid": "e4832caedc0120f2e7c857f5475672101219ae529bfc75e670794aafe811c62d",
"remote_txid": "61634480014ee03a7ddd8f3f255b9807df7c44000384b84722ac3131742266dd",
"remote_pending_txid": "",
"local_commit_fee_sat": "2810",
"remote_commit_fee_sat": "2810",
"remote_pending_commit_fee_sat": "0"
},
"closing_txid": "e4832caedc0120f2e7c857f5475672101219ae529bfc75e670794aafe811c62d"
}
]
}
My node run on Bitcoin Core 25 and lnd V0.16.3
lncli listunspent --unconfirmed_only
lncli listunspent
vs SUM oflncli walletbalance
. It should be pretty equal in sats.lncli sendcoins --addr X --sweepall --sat_per_vbyte 10
(or some vByte of your preference), where X is created vialncli newaddress