From 54f20be9bc2007cd65bc7bb4c46bab1ffb289c73 Mon Sep 17 00:00:00 2001 From: Michael Legleux Date: Tue, 20 Dec 2022 21:31:55 -0800 Subject: [PATCH] field wrong "account" should be "owner" --- .../public-api-methods/ledger-methods/ledger_entry.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/references/http-websocket-apis/public-api-methods/ledger-methods/ledger_entry.md b/content/references/http-websocket-apis/public-api-methods/ledger-methods/ledger_entry.md index 89f3b00ce6..c367ffc1c3 100644 --- a/content/references/http-websocket-apis/public-api-methods/ledger-methods/ledger_entry.md +++ b/content/references/http-websocket-apis/public-api-methods/ledger-methods/ledger_entry.md @@ -392,7 +392,7 @@ Retrieve an [Escrow object](escrow-object.html), which holds XRP until a specifi "method": "ledger_entry", "params": [{ "escrow": { - "account": "rL4fPHi2FWGwRGRQSH7gBcxkuo2b9NTjKK", + "owner": "rL4fPHi2FWGwRGRQSH7gBcxkuo2b9NTjKK", "seq": 126 }, "ledger_index": "validated" @@ -403,7 +403,7 @@ Retrieve an [Escrow object](escrow-object.html), which holds XRP until a specifi *Commandline* ```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" }' ```