Skip to content
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

bitbox02: add taproot support to display_singlesig_address #611

Merged
merged 1 commit into from Jun 14, 2022

Conversation

Beerosagos
Copy link
Contributor

No description provided.

@@ -92,6 +92,7 @@ def __init__(self, msg: str):
)
msg += "m/49'/0'/<account'> for p2wpkh-p2sh; "
msg += "m/84'/0'/<account'> for p2wpkh; "
mrs += "m/86'/0'/<account'> for p2tr;"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

most probably a typo?

Suggested change
mrs += "m/86'/0'/<account'> for p2tr;"
msg += "m/86'/0'/<account'> for p2tr;"

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry for the typo! Should be ok now

@Beerosagos Beerosagos marked this pull request as draft June 8, 2022 09:03
Copy link
Contributor

@benma benma left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tACK after the typo is fixed

@Beerosagos Beerosagos marked this pull request as ready for review June 8, 2022 11:51
@benma
Copy link
Contributor

benma commented Jun 14, 2022

This is ready to merge. cc @achow101

@bitcoin-core bitcoin-core deleted a comment from morales20A Jun 14, 2022
@achow101
Copy link
Member

ACK 90a1c23

@achow101 achow101 merged commit 5eb4477 into bitcoin-core:master Jun 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants