mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-30 00:25:49 +00:00
rippled - fix typo in validations stream parameter table
This commit is contained in:
@@ -7511,8 +7511,8 @@ The fields from a validations stream message are as follows:
|
||||
| Field | Type | Description |
|
||||
|-------|------|-------------|
|
||||
| type | String | `validationReceived` indicates this is from the validations stream |
|
||||
| ledger\_hash | String | The identifying hash of the proposed ledger is being validated. _(New in [version 0.30.1][])_ |
|
||||
| ledger\_index | String - Integer | The [Ledger Index][] of the proposed ledger. |
|
||||
| ledger\_hash | String | The identifying hash of the proposed ledger is being validated. |
|
||||
| ledger\_index | String - Integer | The [Ledger Index][] of the proposed ledger. _(New in [version 0.31.0][])_ |
|
||||
| signature | String | The signature that the validator used to sign its vote for this ledger. |
|
||||
| validation\_public\_key | String | The base-58 encoded public key from the key-pair that the validator used to sign the message. This identifies the validator sending the message and can also be used to verify the `signature`. |
|
||||
|
||||
|
||||
@@ -8797,12 +8797,12 @@ rippled book_offers 'USD/rvYAfWj5gh67oV6fW32ZzP3Aw4Eubs59B' 'EUR/rvYAfWj5gh67oV6
|
||||
<tr>
|
||||
<td>ledger_hash</td>
|
||||
<td>String</td>
|
||||
<td>The identifying hash of the proposed ledger is being validated. <em>(New in <a href="https://wiki.ripple.com/Rippled-0.30.1">version 0.30.1</a>)</em></td>
|
||||
<td>The identifying hash of the proposed ledger is being validated.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>ledger_index</td>
|
||||
<td>String - Integer</td>
|
||||
<td>The <a href="#ledger-index">Ledger Index</a> of the proposed ledger.</td>
|
||||
<td>The <a href="#ledger-index">Ledger Index</a> of the proposed ledger. <em>(New in <a href="https://wiki.ripple.com/Rippled-0.31.0">version 0.31.0</a>)</em></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>signature</td>
|
||||
|
||||
Reference in New Issue
Block a user