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
https://github.com/liquality/chainabstractionlayer/blob/989e97f6c0931a289cd76b66c997165be21f3256/packages/bitcoin-js-wallet-provider/lib/BitcoinJsWalletProvider.js#L53
You should pass message prefix when signing messages - '\u0018Bitcoin Signed Message:\n'
'\u0018Bitcoin Signed Message:\n'
You have to take into account what type is the address signing the message i.e. if it's segwit you should pass { segwitType: 'p2wpkh' }
{ segwitType: 'p2wpkh' }
You need to encode the string as base64 in order to be able to verify it.
base64
The text was updated successfully, but these errors were encountered:
@monokh shall we fix that?
Sorry, something went wrong.
No branches or pull requests
https://github.com/liquality/chainabstractionlayer/blob/989e97f6c0931a289cd76b66c997165be21f3256/packages/bitcoin-js-wallet-provider/lib/BitcoinJsWalletProvider.js#L53
You should pass message prefix when signing messages -
'\u0018Bitcoin Signed Message:\n'
You have to take into account what type is the address signing the message i.e. if it's segwit you should pass
{ segwitType: 'p2wpkh' }
You need to encode the string as
base64
in order to be able to verify it.The text was updated successfully, but these errors were encountered: