rippled - fix typo in validations stream parameter table

This commit is contained in:
mDuo13
2016-04-19 16:31:24 -07:00
parent 892100048e
commit cc79170742
2 changed files with 4 additions and 4 deletions

View File

@@ -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`. |

View File

@@ -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>