summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcgilliard <christopher.gilliard@gmail.com>2019-03-02 14:50:23 -0800
committerGitHub <noreply@github.com>2019-03-02 14:50:23 -0800
commitfe6899a294c5d437f727981f69a660a833bcba6b (patch)
tree9c13bc63ee8ff03856faeacc7d9ef9aa5fc65240
parentd4e0fc03f3873605294f8e30481e3a14d03a507d (diff)
downloadbips-fe6899a294c5d437f727981f69a660a833bcba6b.tar.xz
fix typo
-rw-r--r--bip-XXXX.mediawiki2
1 files changed, 1 insertions, 1 deletions
diff --git a/bip-XXXX.mediawiki b/bip-XXXX.mediawiki
index 5e28e93..310ae21 100644
--- a/bip-XXXX.mediawiki
+++ b/bip-XXXX.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 definied 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 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.
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.