diff options
author | Jose Storopoli <jose@storopoli.io> | 2024-07-27 22:58:20 -0300 |
---|---|---|
committer | Jose Storopoli <jose@storopoli.io> | 2024-08-07 19:02:43 -0300 |
commit | c25032a3ff2bd0140c56ea6dbfaa885c7ee75bfb (patch) | |
tree | 17fd25cc5d9d93399dd1899a4cbc61e4ac97027b | |
parent | b6bf97ba9ebb70cdd2943cf31f38592c91403ae2 (diff) |
bip-75: fix typo
-rw-r--r-- | bip-0075.mediawiki | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bip-0075.mediawiki b/bip-0075.mediawiki index ebd5b37..5057206 100644 --- a/bip-0075.mediawiki +++ b/bip-0075.mediawiki @@ -219,7 +219,7 @@ message EncryptedProtocolMessage { ==Payment Protocol Process with InvoiceRequests== The full process overview for using '''InvoiceRequests''' in the Payment Protocol is defined below. <br/><br/> -All Payment Protocol messages MUST be encapsulated in either a [[#ProtocolMessage|ProtocolMessage]] or [[#EncryptedProcotolMessage|EncryptedProtocolMessage]]. Once the process begins using [[#EncryptedProtocolMessage|EncryptedProtocolMessage]] messages, all subsequent communications MUST use [[#EncryptedProtocolMessage|EncryptedProtocolMessages]]. +All Payment Protocol messages MUST be encapsulated in either a [[#ProtocolMessage|ProtocolMessage]] or [[#EncryptedProtocolMessage|EncryptedProtocolMessage]]. Once the process begins using [[#EncryptedProtocolMessage|EncryptedProtocolMessage]] messages, all subsequent communications MUST use [[#EncryptedProtocolMessage|EncryptedProtocolMessages]]. <br/><br/> All Payment Protocol messages SHOULD be communicated using [[#EncryptedProtocolMessage|EncryptedProtocolMessage]] encapsulating messages with the exception that an [[#InvoiceRequest|InvoiceRequest]] MAY be communicated using the [[#ProtocolMessage|ProtocolMessage]] if the receiver's public key is unknown. <br/><br/> |