mirror of
https://github.com/bitcoin/bips.git
synced 2025-07-25 11:42:20 +02:00
bip-75: fix typo
This commit is contained in:
@@ -219,7 +219,7 @@ message EncryptedProtocolMessage {
|
|||||||
==Payment Protocol Process with InvoiceRequests==
|
==Payment Protocol Process with InvoiceRequests==
|
||||||
The full process overview for using '''InvoiceRequests''' in the Payment Protocol is defined below.
|
The full process overview for using '''InvoiceRequests''' in the Payment Protocol is defined below.
|
||||||
<br/><br/>
|
<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/>
|
<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.
|
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/>
|
<br/><br/>
|
||||||
|
Reference in New Issue
Block a user