We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Bitcoin issue 10542 discusses how to expand the current sign/verify functionality to include Segwit.
The basic idea is to expand the header byte to help identify the segwit address scheme
35-38 p2sh segwit pubkey (base58) 39-42 segwit pubkey (bech32)
The Trezor FW has already implemented this in commit b5f9a5
As bitcoin core is likely to implement this and Trezor already has, it would be useful to have it implemented in a block explorer too.
The text was updated successfully, but these errors were encountered:
Looks like you were wrong about bitcoin core being likely to implement. They don't seem to care.
Sorry, something went wrong.
No branches or pull requests
Bitcoin issue 10542 discusses how to expand the current sign/verify functionality to include Segwit.
The basic idea is to expand the header byte to help identify the segwit address scheme
The Trezor FW has already implemented this in commit b5f9a5
As bitcoin core is likely to implement this and Trezor already has, it would be useful to have it implemented in a block explorer too.
The text was updated successfully, but these errors were encountered: