mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-28 23:55:49 +00:00
rippled, tx_format - remove outdated wiki links
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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 ##
|
||||
|
||||
Reference in New Issue
Block a user