-
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
mod: bump btcwallet to latest version #8630
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -109,8 +109,12 @@ | |
|
||
* [Removed](https://github.com/lightningnetwork/lnd/pull/8577) some unreachable code | ||
|
||
[Fixed](https://github.com/lightningnetwork/lnd/pull/8609) fixed a function | ||
call where arguments were swapped. | ||
* [Fixed](https://github.com/lightningnetwork/lnd/pull/8609) a function | ||
call where arguments were swapped. | ||
|
||
* [Addresses derived from imported watch-only accounts now correctly include | ||
their master key's | ||
fingerprint](https://github.com/lightningnetwork/lnd/pull/8630). | ||
Comment on lines
+115
to
+117
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Ensure addresses derived from imported watch-only accounts include their master key's fingerprint. This change is significant for hardware wallet integration and should be thoroughly tested with various hardware wallets to confirm that the master key's fingerprint is correctly included and recognized. |
||
|
||
# New Features | ||
## Functional Enhancements | ||
|
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.
Correct the function call where arguments were swapped.
This fix is crucial for ensuring the correct operation of the affected functionality. It's important to verify that this correction does not introduce any side effects in related components.