1
0
mirror of https://github.com/bitcoin/bips.git synced 2024-11-19 01:40:05 +01:00

bip-46: fix typo

This commit is contained in:
Jose Storopoli 2024-07-25 16:24:00 -03:00
parent 90312d2d67
commit b6bf97ba9e
No known key found for this signature in database
GPG Key ID: 29E00111DE172C28

View File

@ -107,7 +107,7 @@ A certificate message can be created by another application external to this sta
Almost all wallets implementing this standard can use their already-existing "Sign Message" function to sign the certificate message. As the certificate message itself is always an ASCII string, the wallet may not need to specially implement this section at all but just rely on users copypasting their certificate message into the already-existing "Sign Message" user interface. This works as long as the wallet knows how to use the private key of the timelocked address for signing messages.
It is most important for wallet implementions of this standard to support creating the certificate signature. Verifying the certificate signature is less important.
It is most important for wallet implementations of this standard to support creating the certificate signature. Verifying the certificate signature is less important.
== Test vectors ==