summaryrefslogtreecommitdiff
path: root/bip-0075.mediawiki
diff options
context:
space:
mode:
authorMeshCollider <dobsonsa68@gmail.com>2017-08-24 23:50:20 +1200
committerLuke Dashjr <luke-jr+git@utopios.org>2017-09-16 03:12:13 +0000
commit6295c1a095a1fa33f38d334227fa4222d8e0a523 (patch)
treef59b8d69f3865b383526ac42ee61cf8d8b3146d2 /bip-0075.mediawiki
parentb501de4d2cb5fd7d813780cbebfd1be027ba2acd (diff)
downloadbips-6295c1a095a1fa33f38d334227fa4222d8e0a523.tar.xz
Fixing spelling in multiple BIPs
Diffstat (limited to 'bip-0075.mediawiki')
-rw-r--r--bip-0075.mediawiki2
1 files changed, 1 insertions, 1 deletions
diff --git a/bip-0075.mediawiki b/bip-0075.mediawiki
index 1a8474f..a516916 100644
--- a/bip-0075.mediawiki
+++ b/bip-0075.mediawiki
@@ -174,7 +174,7 @@ message ProtocolMessage {
===Versioning===
This BIP introduces version 1 of this protocol. All messages sent using these base requirements MUST use a value of 1 for the version number. Any future BIPs that modify this protocol (encryption schemes, etc) MUST each increment the version number by 1.
-When initiating communication, the version field of the first message SHOULD be set to the highest verison number the sender understands. All clients MUST be able to understand all version numbers less than the highest number they support. If a client receives a message with a version number higher than they understand, they MUST send the message back to the sender with a status code of 101 ("version too high") and the version field set to the highest version number the recipient understands. The sender must then resend the original message using the same version number returned by the recipient or abort.
+When initiating communication, the version field of the first message SHOULD be set to the highest version number the sender understands. All clients MUST be able to understand all version numbers less than the highest number they support. If a client receives a message with a version number higher than they understand, they MUST send the message back to the sender with a status code of 101 ("version too high") and the version field set to the highest version number the recipient understands. The sender must then resend the original message using the same version number returned by the recipient or abort.
===EncryptedProtocolMessage===
The '''EncryptedProtocolMessage''' message is an encapsualting wrapper for any Payment Protocol message. It allows two-way, authenticated and encrypted communication of Payment Protocol messages in order to keep their contents secret. The message also includes a status code and status message that is used for error communication such that the protocol does not rely on transport-layer error handling.