-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[bug]: [lncli] lncli pendingsweeps
returns error unhandled witness type for input
#8322
Comments
Just a guess, but I suppose the taproot chan anchors need to be included in the input types? lnd/lnrpc/walletrpc/walletkit_server.go Lines 207 to 230 in 4d8fa34
|
It's a bit unclear to me if |
Nice catch :) You are correct you need to add the new taproot types to the walletrpc enum: Do you want to do the change ? |
Why are pendingsweeps related to pendingchannel close? Why are we closing ln channels like this? Out of curiosity, may you ELI5? Since is not remotesweep correlated to a pending channel closure vs. the command: lncli_pending_channels? etc. etc. via the following implementations: e.g. eclair* |
@jimbrend basically pendingsweeps has code to check for UTXO types, where the taproot ones are missing. So the procedure fails. lnd/lnrpc/walletrpc/walletkit_server.go Lines 865 to 870 in b9a8e2f
|
Ok, thank you for confirming, Unrelated just consolidating my thought process on other issue resolutions... This is an ongoing issue with so many pendingchannel closures, I imagine this is also low-hanging fruit for malicious users targeting insecure lightning nodes. I believe the remedy to be,
chantools which no non-technical user can dare master yet they succumb to idk-- a years time of UX troubles? I will work on documenting a list and cross-referencing this, because this is a big issue imo. Frustrating is it not, no? p.s. i livestreamed this in the Twitch software and development category LUL |
I hit the same error running |
Background
I'm running into this error when trying to run
lncli pendingsweeps
orlncli wallet bumpclosefee
:I'm not sure what more information I can give, just ask if you need anything more.
Your environment
Cheers
Hampus
The text was updated successfully, but these errors were encountered: