-
Notifications
You must be signed in to change notification settings - Fork 2.2k
bugfix error matching sweeper #10189
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
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome catch and investigation 🚀!
Leaving a few comments on top of the failing lint
issue :)
go.mod
Outdated
|
||
retract v0.0.2 | ||
|
||
replace github.com/btcsuite/btcwallet => github.com/ziggie1984/btcwallet v0.16.10-0.20250902074924-f9f0dabe6fbd |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I lack experience with this in lnd
, but are we ok with merging replaces to local forks to lnd
master
?
fcb4fba
to
78c6696
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome, thanks for the changes 🎉! LGTM, though I'm lacking the context of @Roasbeef, so not sure if #10189 (comment) should be addressed.
78c6696
to
0b7074c
Compare
When overlay channels are used the extra output needs to be considered.
0b7074c
to
5661ca3
Compare
Verified on LITD and this approach fixes the bug ! |
Depends on:
btcsuite/btcwallet#1053
Fixes:
lightninglabs/taproot-assets#1770
and
lightninglabs/lightning-terminal#1139 (which needs to bump the corresponding LND version if this is merged.)