More link fixes in references

This commit is contained in:
mDuo13
2018-05-11 17:04:42 -07:00
parent e3787fa637
commit 8ba102f4c3
7 changed files with 13 additions and 13 deletions

View File

@@ -109,7 +109,7 @@ The response follows the [standard format][], with a successful result containin
|-------|------|-------------|
| `signature_verified` | Boolean | If `true`, the signature is valid for the stated amount, channel, and public key. |
**Caution:** This does not indicate check that the channel has enough XRP allocated to it. Before considering a claim valid, you should look up the channel in the latest validated ledger and confirm that the channel is open and its `amount` value is equal or greater than the `amount` of the claim. To do so, use the [`account_channels` method](#account-channels).
**Caution:** This does not indicate check that the channel has enough XRP allocated to it. Before considering a claim valid, you should look up the channel in the latest validated ledger and confirm that the channel is open and its `amount` value is equal or greater than the `amount` of the claim. To do so, use the [account_channels method][].
## Possible Errors