mirror of
https://github.com/bitcoin/bips.git
synced 2025-01-18 13:26:08 +01:00
Fix mediawiki table formatting
This commit is contained in:
parent
94c23ddffd
commit
4e3b9a5b06
@ -26,7 +26,7 @@ Additionally, this extension allows for the requestor of a PaymentRequest to sup
|
||||
to facilitate identification for address release.
|
||||
|
||||
==Definitions==
|
||||
{|
|
||||
{| class="wikitable"
|
||||
| Requestor || Entity Requesting ReturnPaymentRequest
|
||||
-
|
||||
| Responder || Entity Creating and Returning ReturnPaymentRequest
|
||||
@ -37,8 +37,8 @@ to facilitate identification for address release.
|
||||
|}
|
||||
|
||||
===Acronyms===
|
||||
{|
|
||||
| <b>Acronym</b> || <b>Expanded</b> || <b>Description</b>
|
||||
{| class="wikitable"
|
||||
! Acronym !! Expanded !! Description
|
||||
-
|
||||
| IR || InvoiceRequest || A request to create a PaymentRequest
|
||||
-
|
||||
@ -61,8 +61,8 @@ message InvoiceRequest {
|
||||
}
|
||||
</pre>
|
||||
|
||||
{|
|
||||
| <b>Field Name</b> || <b>Description</b>
|
||||
{| class="wikitable"
|
||||
! Field Name !! Description
|
||||
-
|
||||
| sender_public_key || Sender's EC Public Key
|
||||
-
|
||||
@ -89,8 +89,8 @@ The new ReturnPaymentRequest message is an encapsulating message that allows the
|
||||
required bytes payment_request_hash = 4;
|
||||
}
|
||||
</pre>
|
||||
{|
|
||||
| <b>Field Name</b> || <b>Description</b>
|
||||
{| class="wikitable"
|
||||
! Field Name</b> !! Description
|
||||
-
|
||||
| encrypted_payment_request || AES-256-CBC Encrypted PaymentRequest
|
||||
-
|
||||
|
Loading…
Reference in New Issue
Block a user