summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose Storopoli <jose@storopoli.io>2024-07-25 16:24:00 -0300
committerJose Storopoli <jose@storopoli.io>2024-08-07 19:02:39 -0300
commitb6bf97ba9ebb70cdd2943cf31f38592c91403ae2 (patch)
tree50f559fc19ed82bdf0c995dafb7a80c6b6e1f88b
parent90312d2d67c0fea7497dad7d4a8b416df8345602 (diff)
bip-46: fix typo
-rw-r--r--bip-0046.mediawiki2
1 files changed, 1 insertions, 1 deletions
diff --git a/bip-0046.mediawiki b/bip-0046.mediawiki
index 1602f81..2bc4039 100644
--- a/bip-0046.mediawiki
+++ b/bip-0046.mediawiki
@@ -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 ==