1
0
mirror of https://github.com/bitcoin/bips.git synced 2025-05-12 12:03:29 +00:00

Fix mediawiki table formatting

This commit is contained in:
Matt David 2015-12-03 17:30:04 -08:00
parent 94c23ddffd
commit 4e3b9a5b06

View File

@ -26,7 +26,7 @@ Additionally, this extension allows for the requestor of a PaymentRequest to sup
to facilitate identification for address release. to facilitate identification for address release.
==Definitions== ==Definitions==
{| {| class="wikitable"
| Requestor || Entity Requesting ReturnPaymentRequest | Requestor || Entity Requesting ReturnPaymentRequest
- -
| Responder || Entity Creating and Returning ReturnPaymentRequest | Responder || Entity Creating and Returning ReturnPaymentRequest
@ -37,8 +37,8 @@ to facilitate identification for address release.
|} |}
===Acronyms=== ===Acronyms===
{| {| class="wikitable"
| <b>Acronym</b> || <b>Expanded</b> || <b>Description</b> ! Acronym !! Expanded !! Description
- -
| IR || InvoiceRequest || A request to create a PaymentRequest | IR || InvoiceRequest || A request to create a PaymentRequest
- -
@ -61,8 +61,8 @@ message InvoiceRequest {
} }
</pre> </pre>
{| {| class="wikitable"
| <b>Field Name</b> || <b>Description</b> ! Field Name !! Description
- -
| sender_public_key || Sender's EC Public Key | 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; required bytes payment_request_hash = 4;
} }
</pre> </pre>
{| {| class="wikitable"
| <b>Field Name</b> || <b>Description</b> ! Field Name</b> !! Description
- -
| encrypted_payment_request || AES-256-CBC Encrypted PaymentRequest | encrypted_payment_request || AES-256-CBC Encrypted PaymentRequest
- -