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

Support displaying Taproot addresses on Coldcard Edge (6+) firmware #703

Open
craigraw opened this issue Aug 17, 2023 · 0 comments
Open

Comments

@craigraw
Copy link

Coldcard's Edge (6+) firmware includes support for Taproot keyspends. Signing singlesig Taproot transactions is already possible using HWI 2.3.1.

However, an error is returned when displaying Taproot addresses:

elif addr_type == AddressType.TAP:
raise UnavailableActionError("Coldcard does not support displaying Taproot addresses yet")

Also noting this function, used when retrieving a descriptor:

def can_sign_taproot(self) -> bool:
"""
The Coldard does not support Taproot yet.
:returns: False, always
"""
return False

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

No branches or pull requests

1 participant