Background
Power went out, and client didn't gracefully shutdown. Now, many weeks later, I have a channel balance that shows "limbo":
{
"total_limbo_balance": "82973",
"pending_open_channels": [],
"pending_closing_channels": [],
"pending_force_closing_channels": [],
"waiting_close_channels": [
{
"channel": {
"remote_node_pub": "026b105ac13212c48714c6be9b11577a9ce10f10e1c88a45ce217e6331209faf8b",
"channel_point": "bd7ae7389298573d8e092fed7d1d5040536d8aa7fc6d679d5e381e99fd11486f:1",
"capacity": "83154",
"local_balance": "82973",
"remote_balance": "0"
},
"limbo_balance": "82973"
}
]
}
Your environment
version of lnd
0.4.2-beta commit=7cf5ebe2650b67...1f1d6e19
which operating system (uname -a on *Nix)
Linux bitnode 4.15.0-23-generic Figure out packaging for language-specific gRPC libs #25 -Ubuntu SMP Wed May 23 18:02:16 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
version of btcd, bitcoind, or other backend
bitcoins v0.16.1
any other relevant environment details
Steps to reproduce
Unsure exactly what caused the issue.
Expected behaviour
Balance shouldn't be stuck in limbo, or there should be a way to close out the channel.
Actual behaviour
Channel seems stuck, and balance it stuck as well.
Background
Power went out, and client didn't gracefully shutdown. Now, many weeks later, I have a channel balance that shows "limbo":
{
"total_limbo_balance": "82973",
"pending_open_channels": [],
"pending_closing_channels": [],
"pending_force_closing_channels": [],
"waiting_close_channels": [
{
"channel": {
"remote_node_pub": "026b105ac13212c48714c6be9b11577a9ce10f10e1c88a45ce217e6331209faf8b",
"channel_point": "bd7ae7389298573d8e092fed7d1d5040536d8aa7fc6d679d5e381e99fd11486f:1",
"capacity": "83154",
"local_balance": "82973",
"remote_balance": "0"
},
"limbo_balance": "82973"
}
]
}
Your environment
lnd0.4.2-beta commit=7cf5ebe2650b67...1f1d6e19
uname -aon *Nix)Linux bitnode 4.15.0-23-generic Figure out packaging for language-specific gRPC libs #25-Ubuntu SMP Wed May 23 18:02:16 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
btcd,bitcoind, or other backendbitcoins v0.16.1
Steps to reproduce
Unsure exactly what caused the issue.
Expected behaviour
Balance shouldn't be stuck in limbo, or there should be a way to close out the channel.
Actual behaviour
Channel seems stuck, and balance it stuck as well.