summaryrefslogtreecommitdiff
path: root/bip-0137.mediawiki
diff options
context:
space:
mode:
authorJon Atack <jon@atack.com>2024-05-28 20:04:43 -0700
committerGitHub <noreply@github.com>2024-05-28 20:04:43 -0700
commit758a58ab54fddce0c6d062ed8fdf2b28c2eb7790 (patch)
tree84585c91a81c78c745faf120a1f09653cc049ecf /bip-0137.mediawiki
parent10650becef658c63cae688ba565c66d69d515081 (diff)
parent1eefea0456d661b4c51f3a40b7262d6a99161edd (diff)
Merge pull request #1602 from Sajjon/cyon_fix_typos
Fix typos on 17 files.
Diffstat (limited to 'bip-0137.mediawiki')
-rw-r--r--bip-0137.mediawiki2
1 files changed, 1 insertions, 1 deletions
diff --git a/bip-0137.mediawiki b/bip-0137.mediawiki
index 575440b..ccba17f 100644
--- a/bip-0137.mediawiki
+++ b/bip-0137.mediawiki
@@ -15,7 +15,7 @@
This document describes a signature format for signing messages with Bitcoin private keys.
-The specification is intended to describe the standard for signatures of messages that can be signed and verfied between different clients that exist in the field today. Note: that a new signature format has been defined which has a number of advantages over this BIP, but to be backwards compatible with existing implementations this BIP will be useful. See BIP 322 [1] for full details on the new signature scheme.
+The specification is intended to describe the standard for signatures of messages that can be signed and verified between different clients that exist in the field today. Note: that a new signature format has been defined which has a number of advantages over this BIP, but to be backwards compatible with existing implementations this BIP will be useful. See BIP 322 [1] for full details on the new signature scheme.
One of the key problems in this area is that there are several different types of Bitcoin addresses and without introducing specific standards it is unclear which type of address format is being used. See [2]. This BIP will attempt to address these issues and define a clear and concise format for Bitcoin signatures.