mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-21 04:05:49 +00:00
field wrong "account" should be "owner"
This commit is contained in:
@@ -392,7 +392,7 @@ Retrieve an [Escrow object](escrow-object.html), which holds XRP until a specifi
|
|||||||
"method": "ledger_entry",
|
"method": "ledger_entry",
|
||||||
"params": [{
|
"params": [{
|
||||||
"escrow": {
|
"escrow": {
|
||||||
"account": "rL4fPHi2FWGwRGRQSH7gBcxkuo2b9NTjKK",
|
"owner": "rL4fPHi2FWGwRGRQSH7gBcxkuo2b9NTjKK",
|
||||||
"seq": 126
|
"seq": 126
|
||||||
},
|
},
|
||||||
"ledger_index": "validated"
|
"ledger_index": "validated"
|
||||||
@@ -403,7 +403,7 @@ Retrieve an [Escrow object](escrow-object.html), which holds XRP until a specifi
|
|||||||
*Commandline*
|
*Commandline*
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
rippled json ledger_entry '{ "escrow": { "account": "rL4fPHi2FWGwRGRQSH7gBcxkuo2b9NTjKK", "seq": 126 }, "ledger_index": "validated" }'
|
rippled json ledger_entry '{ "escrow": { "owner": "rL4fPHi2FWGwRGRQSH7gBcxkuo2b9NTjKK", "seq": 126 }, "ledger_index": "validated" }'
|
||||||
```
|
```
|
||||||
|
|
||||||
<!-- MULTICODE_BLOCK_END -->
|
<!-- MULTICODE_BLOCK_END -->
|
||||||
|
|||||||
Reference in New Issue
Block a user