ElementsProject / ElementsProject/lightning
CHANNELD_AWAITING_LOCKIN forever after double spend canceled open
- Dominant language
- C
- Stars
- 3.1k
- Forks
- 1k
- Avg merge
- 4d 10h
- Merged PRs (30d)
- 13
Description
v23.05.02 and v23.08rc1
This channel open was canceled by a double spend. Thereafter it is forever stuck in state `CHANNELD_AWAITING_LOCKIN` as seen in `listfunds` despite the underlying funding_txid being gone.
```
{
"peer_id": "02e4971e61a3f55718ae31e2eed19aaf2e32caf3eb5ef5ff03e01aa3ada8907e78",
"connected": true,
"state": "CHANNELD_AWAITING_LOCKIN",
"channel_id": "273a6e6dda77c203dee37177250c30018a2541ad39ca7878c4cbe759a477f05c",
"our_amount_msat": 24302615000,
"amount_msat": 24302615000,
"funding_txid": "5cf077a459e7cbc47878ca39ad41258a01300c257771e3de03c277da6d6e3a27",
"funding_output": 0
},
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.