rippled channel_verify: Add missing signature description

This commit is contained in:
mDuo13
2017-05-19 16:48:11 -07:00
parent 347971b75e
commit 1bf60d4d6c
2 changed files with 3 additions and 3 deletions

View File

@@ -7926,7 +7926,7 @@ The request includes the following parameters:
| `amount` | String | The amount of [XRP, in drops][], the provided `signature` authorizes. |
| `channel_id` | String | The Channel ID of the channel that provides the XRP. This is a 64-character hexadecimal string. |
| `public_key` | String | The public key of the channel and the key pair that was used to create the signature, in base58 format. (One way to get the public key in base58 format is from the [`wallet_propose` command](#wallet-propose).) |
| `signature` |
| `signature` | String | The signature to verify, in hexadecimal. |
#### Response Format ####

View File

@@ -9248,8 +9248,8 @@ rippled channel_verify aB44YfzW24VDEJQ2UuLPV2PvqcPCSoLnL7y5M1EzhdW4LnK5xMS3 5DB0
</tr>
<tr>
<td><code>signature</code></td>
<td></td>
<td></td>
<td>String</td>
<td>The signature to verify, in hexadecimal.</td>
</tr>
</tbody>
</table>