From c07b18ad7ef7ac5bc00d1b4d3b13caa5f036ba58 Mon Sep 17 00:00:00 2001 From: binaryFate Date: Sat, 12 Oct 2019 16:40:58 +0200 Subject: [PATCH] improve params description in wallet_rpc doc for get_transfers --- .../en/resources/developer-guides/wallet-rpc.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/_i18n/en/resources/developer-guides/wallet-rpc.md b/_i18n/en/resources/developer-guides/wallet-rpc.md index 7d0ee5eb..a3d05df9 100644 --- a/_i18n/en/resources/developer-guides/wallet-rpc.md +++ b/_i18n/en/resources/developer-guides/wallet-rpc.md @@ -1,4 +1,4 @@ -{% assign version = '2.2.0' | split: '.' %} +{% assign version = '2.3.0' | split: '.' %} {% include disclaimer.html translated="true" version=page.version %} ## Introduction @@ -1729,14 +1729,14 @@ Alias: *None*. Inputs: -* *in* - boolean; (Optional) Include incoming transfers. -* *out* - boolean; (Optional) Include outgoing transfers. -* *pending* - boolean; (Optional) Include pending transfers. -* *failed* - boolean; (Optional) Include failed transfers. -* *pool* - boolean; (Optional) Include transfers from the daemon's transaction pool. +* *in* - boolean; (defaults to false) Include incoming transfers. +* *out* - boolean; (defaults to false) Include outgoing transfers. +* *pending* - boolean; (defaults to false) Include pending transfers. +* *failed* - boolean; (defaults to false) Include failed transfers. +* *pool* - boolean; (defaults to false) Include transfers from the daemon's transaction pool. * *filter_by_height* - boolean; (Optional) Filter transfers by block height. * *min_height* - unsigned int; (Optional) Minimum block height to scan for transfers, if filtering by height is enabled. -* *max_height* - unsigned int; (Opional) Maximum block height to scan for transfers, if filtering by height is enabled (defaults to max block height). +* *max_height* - unsigned int; (Optional) Maximum block height to scan for transfers, if filtering by height is enabled (defaults to max block height). * *account_index* - unsigned int; (Optional) Index of the account to query for transfers. (defaults to 0) * *subaddr_indices* - array of unsigned int; (Optional) List of subaddress indices to query for transfers. (Defaults to empty - all indices) @@ -2731,4 +2731,4 @@ $ curl -X POST http://localhost:18082/json_rpc -d '{"jsonrpc":"2.0","id":"0","me "version": 65539 } } -``` \ No newline at end of file +```