Split Known Amendments to separate page

This commit is contained in:
mDuo13
2017-12-28 18:23:56 -08:00
parent 77784d1d85
commit f6700b2903
9 changed files with 416 additions and 371 deletions

View File

@@ -557,7 +557,7 @@ _Websocket_
You can use the [`account_objects`](reference-rippled.html#account-objects) method to look up escrow objects by destination address.
**Note:** You can only look up pending escrow objects by destination address if those escrows were created after the [fix1523 amendment](concept-amendments.html#fix1523) was enabled on 2017-11-14.
**Note:** You can only look up pending escrow objects by destination address if those escrows were created after the [fix1523 amendment](reference-amendments.html#fix1523) was enabled on 2017-11-14.
Let's say that you want to look up all pending escrow objects with a destination address of `rfztBskAVszuS3s5Kq7zDS74QtHrw893fm`. You can do this using the following example request, where the destination address is the `account` value.