mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 19:55:54 +00:00
Fix some typos in the Validator List Method page
This commit is contained in:
@@ -6,7 +6,8 @@ Like the [Peer Crawler](peer-crawler.html), the validator list method is availab
|
|||||||
|
|
||||||
## Request Format
|
## Request Format
|
||||||
|
|
||||||
To request the Peer Crawler information, make the following HTTP request:
|
To request the Validator List information, make the following HTTP
|
||||||
|
request:
|
||||||
|
|
||||||
- **Protocol:** https
|
- **Protocol:** https
|
||||||
- **HTTP Method:** GET
|
- **HTTP Method:** GET
|
||||||
@@ -67,8 +68,9 @@ If you decode the `blob` from base64, the result is a JSON object with the follo
|
|||||||
| `Field` | Value | Description |
|
| `Field` | Value | Description |
|
||||||
|:-------------|:-------|:-----------------------------------------------------|
|
|:-------------|:-------|:-----------------------------------------------------|
|
||||||
| `sequence` | Number | Unique sequence number for this list. A larger sequence number indicates a newer list; only the newest list is valid at a time. |
|
| `sequence` | Number | Unique sequence number for this list. A larger sequence number indicates a newer list; only the newest list is valid at a time. |
|
||||||
| `expiration` | Number | The time this list expires, in [seconds since the Ripple Epoch][]. |
|
| `expiration` | Number | The time this list expires, in [seconds since
|
||||||
| `validators | Array | A list of recommended validators. |
|
the Ripple Epoch][]. |
|
||||||
|
| `validators` | Array | A list of recommended validators. |
|
||||||
|
|
||||||
Each member of the `validators` array has the following fields:
|
Each member of the `validators` array has the following fields:
|
||||||
|
|
||||||
@@ -99,7 +101,7 @@ GET https://localhost:51235/vl
|
|||||||
*cURL*
|
*cURL*
|
||||||
|
|
||||||
```
|
```
|
||||||
curl --insecure https://localhost:51235/vl
|
curl --insecure https://localhost:51235/vl/ED2677ABFFD1B33AC6FBC3062B71F1E8397C1505E1C42C64D11AD1B28FF73F4734
|
||||||
```
|
```
|
||||||
|
|
||||||
<!-- MULTICODE_BLOCK_END -->
|
<!-- MULTICODE_BLOCK_END -->
|
||||||
|
|||||||
Reference in New Issue
Block a user