Skip to content

Commit 61e26aa

Browse files
committed
fix without other formatting changes
1 parent 5711a3e commit 61e26aa

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

XLS-0006-visual-account-icons/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
xls: 6
33
title: Standard for Visual Account Icons
44
description: A standard for visually distinguishing XRPL accounts by generating unique icons for each account, regardless of address format.
5-
author: Richard Holland (RichardAH)
5+
author: Richard Holland (@RichardAH)
66
discussion-from: https://github.com/XRPLF/XRPL-Standards/discussions/24
77
status: Final
88
category: Community

XLS-0022-api-versioning/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
xls: 22
33
title: rippled API Versioning
44
description: The API version number allows for evolving the `rippled` API while maintaining backward compatibility
5-
author: Elliot Lee (intelliot), Peng Wang (pwang200)
5+
author: Elliot Lee (@intelliot), Peng Wang (@pwang200)
66
status: Final
77
category: Protocol
88
created: 2021-08-11

XLS-0025-enhanced-secret-numbers/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
xls: 25
33
title: Enhanced Secret Numbers
44
description: Enhances XLS-12 secret number format by introducing an additional block for encoding ancillary information, and supporingt for longer secrets.
5-
author: Nik Bougalis (nikb@bougalis.net)
5+
author: Nik Bougalis <nikb@bougalis.net>
66
status: Final
77
category: Community
88
created: 2021-12-10

XLS-0041-xpop/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<pre>
22
xls: 41
33
title: XRPL Proof of Payment Standard (XPOP)
4-
author: Richard Holland (RichardAH)
4+
author: Richard Holland (@RichardAH)
55
description: An offline non-interactive cryptographic proof that a transaction was successfully submitted to the XRP Ledger and what its impact (metadata) was
66
created: 2023-05-04
77
status: Final
@@ -99,6 +99,7 @@ The `proof` key inside `transaction` section has one of two possible forms:
9999
1. Tree form:
100100

101101
In this form the merkle proof is an object of objects containing the entire transaction map for the ledger. This form is useful if many XPOPs must be generated for the same ledger and the size of each individual XPOP is less relevant than the amount of work to make and store the XPOPs. Each object contains three keys: `children`, `hash`, `key`.
102+
102103
- The `children` key is always either an empty object or is keyed with only the branches which actually exist there, each as a single hex nibble `0` - `F`.
103104
- The `hash` key is always a 64 nibble hex string: either the hash over the children (with appropriate namespace) or, if a leaf node, the hash over the node (with appropriate namespace).
104105
- The `key` key is always a 64 nibble hex string: the keylet (index) of the object at this location.

XLS-0069-simulate/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
xls: 69
33
title: Simulating Transaction Execution
44
description: A new API method for executing dry runs of transactions without submitting them to the network
5-
author: Mayukha Vadari <mvadari@ripple.com>, Elliot Lee (intelliot)
5+
author: Mayukha Vadari <mvadari@ripple.com>, Elliot Lee (@intelliot)
66
discussion-from: https://github.com/XRPLF/XRPL-Standards/discussions/199
77
status: Final
88
category: Protocol

0 commit comments

Comments
 (0)