mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-28 15:45:50 +00:00
Fix Escrow broken link, typo
This commit is contained in:
@@ -104,7 +104,7 @@ For more information about Escrow in the XRP Ledger, see the following:
|
||||
- [Escrow Tutorials](tutorial-escrow.html)
|
||||
- [Send a Time-Held Escrow](tutorial-escrow.html#send-a-time-held-escrow)
|
||||
- [Send a conditionally-held escrow](tutorial-escrow.html#send-a-conditionally-held-escrow)
|
||||
- [Look up escrows by sender](tutorial-escrow.html#look-up-escrows-by-sender)
|
||||
- [Look up escrows by sender or receiver](tutorial-escrow.html#look-up-escrows)
|
||||
- [Transaction Reference](reference-transaction-format.html)
|
||||
- [EscrowCreate transaction][]
|
||||
- [EscrowFinish transaction][]
|
||||
|
||||
@@ -518,7 +518,7 @@ All pending escrows are stored in the ledger as [Escrow objects](reference-ledge
|
||||
|
||||
You can look up escrow objects by the [sender's address](#look-up-escrows-by-sender-address) or the [destination address](#look-up-escrows-by-destination-address) using the [`account_objects`](reference-rippled.html#account-objects) method.
|
||||
|
||||
###Look up escrows by sender address
|
||||
### Look up escrows by sender address
|
||||
|
||||
You can use the [`account_objects`](reference-rippled.html#account-objects) method to look up escrow objects by sender address.
|
||||
|
||||
@@ -553,7 +553,7 @@ _Websocket_
|
||||
|
||||
<!-- MULTICODE_BLOCK_END -->
|
||||
|
||||
###Look up escrows by destination address
|
||||
### Look up escrows by destination address
|
||||
|
||||
You can use the [`account_objects`](reference-rippled.html#account-objects) method to look up escrow objects by destination address.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user