You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ERR] LITD: Could not start subservers: unable to start account manager: unable to resume account X: unable to subscribe for account updates: checking pending batch failed: error removing pending batch artifacts: error abandoning channels from previous pending batch: error locating channel outpoint: no channel output found in batch tx for matched order Y
Reported by a Lightning Terminal user:
The start of the failed code path is here: https://github.com/lightninglabs/pool/blob/master/auctioneer/client.go#L579-L587
We go to abandon the channel shims we have have created:
pool/funding/manager.go
Lines 999 to 1005 in 3e49f4c
Ultimately failing here when it can't find an output its looking for in the batch execution transaction:
pool/funding/batch.go
Lines 95 to 105 in 3e49f4c
The text was updated successfully, but these errors were encountered: