rippled, tx_format - remove outdated wiki links

This commit is contained in:
mDuo13
2015-12-03 15:16:32 -08:00
parent f02901a25d
commit da0844e1bd
4 changed files with 6 additions and 6 deletions

View File

@@ -5639,7 +5639,7 @@ Each element in the `alternatives` array is an object that represents a path fro
| Field | Type | Description |
|-------|------|-------------|
| paths\_computed | Array | Array of arrays of objects defining [payment paths](https://ripple.com/wiki/Payment_paths) |
| paths\_computed | Array | Array of arrays of objects defining [payment paths](paths.html) |
| source\_amount | String or Object | [Currency amount](#specifying-currency-amounts) that the source would have to send along this path in order for the destination to receive the desired amount |
#### Possible Errors ####
@@ -6090,7 +6090,7 @@ Each element in the `alternatives` array is an object that represents a path fro
| Field | Type | Description |
|-------|------|-------------|
| paths\_computed | Array | Array of arrays of objects defining [payment paths](https://ripple.com/wiki/Payment_paths) |
| paths\_computed | Array | Array of arrays of objects defining [payment paths](paths.html) |
| source\_amount | String or Object | [Currency amount](#specifying-currency-amounts) that the source would have to send along this path in order for the destination to receive the desired amount |
The following fields are deprecated, and may be omitted: `paths_canonical`, and `paths_expanded`. If they appear, you should disregard them.

View File

@@ -667,7 +667,7 @@ An OfferCancel transaction removes an Offer node from the Ripple Consensus Ledge
*Tip:* To remove an old offer and replace it with a new one, you can use an [OfferCreate](#offercreate) transaction with an `OfferSequence` parameter, instead of using OfferCancel and another OfferCreate.
The OfferCancel method returns [tesSUCCESS](https://ripple.com/wiki/Transaction_errors) even if it did not find an offer with the matching sequence number.
The OfferCancel method returns [tesSUCCESS](transactions.html#transaction-results) even if it did not find an offer with the matching sequence number.
## TrustSet ##