summaryrefslogtreecommitdiff
path: root/bip-0046.mediawiki
diff options
context:
space:
mode:
authorJon Atack <jon@atack.com>2024-08-13 01:12:13 +0000
committerGitHub <noreply@github.com>2024-08-13 01:12:13 +0000
commit7c62ebea4c27fc67ca76a8d64f8f545400b38aa6 (patch)
treefd0116a5d1d5fba493a75b4d56a82bd9a01fb799 /bip-0046.mediawiki
parenta626ad6e2a55750acd4f8807f53b4742295514d6 (diff)
parent52fdb00b6d5844f48cb30b5c39b6fe23708281e4 (diff)
Merge pull request #1654 from storopoli/master
Check typos in CI
Diffstat (limited to 'bip-0046.mediawiki')
-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 ==