From 142a71b4b1839fa485d70c7cdc58c520bad30f5c Mon Sep 17 00:00:00 2001 From: mDuo13 Date: Mon, 20 Jul 2015 16:47:17 -0700 Subject: [PATCH] [DOC] escape underscores --- content/rippled.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/rippled.md b/content/rippled.md index 80cc974bed..93bfc8ec52 100644 --- a/content/rippled.md +++ b/content/rippled.md @@ -1946,8 +1946,8 @@ The request includes the following parameters: | account | String | A unique identifier for the account, most commonly the account's address. | | ledger\_index\_min | Integer | Use to specify the earliest ledger to include transactions from. A value of `-1` instructs the server to use the earliest ledger available. | | ledger\_index\_max | Integer | Use to specify the most recent ledger to include transactions from. A value of `-1` instructs the server to use the most recent one available. | -| ledger\_hash | String | (Optional) Use instead of ledger_index_min and ledger_index_max to look for transactions from a single ledger only. (See [Specifying a Ledger](#specifying-a-ledger-instance)) | -| ledger\_index | String or Unsigned Integer | (Optional) Use instead of ledger_index_min and ledger_index_max to look for transactions from a single ledger only. (See [Specifying a Ledger](#specifying-a-ledger-instance)) | +| ledger\_hash | String | (Optional) Use instead of ledger\_index\_min and ledger\_index\_max to look for transactions from a single ledger only. (See [Specifying a Ledger](#specifying-a-ledger-instance)) | +| ledger\_index | String or Unsigned Integer | (Optional) Use instead of ledger\_index\_min and ledger\_index\_max to look for transactions from a single ledger only. (See [Specifying a Ledger](#specifying-a-ledger-instance)) | | binary | Boolean | (Optional, defaults to False) If set to True, return transactions as hex strings instead of JSON. | | forward | boolean | (Optional, defaults to False) If set to True, return values indexed with the oldest ledger first. Otherwise, the results are indexed with the newest ledger first. (Each page of results may not be internally ordered, but the pages are overall ordered.) | | limit | Integer | (Optional, default varies) Limit the number of transactions to retrieve. The server is not required to honor this value. |