mirror of
https://github.com/monero-project/monero-docs.git
synced 2024-12-22 19:49:22 +00:00
Merge pull request #23 from omurad/typo-fix
Typo fix in monero-wallet-rpc-reference
This commit is contained in:
commit
1505e6862b
1 changed files with 1 additions and 1 deletions
|
@ -1180,7 +1180,7 @@ Inputs:
|
|||
- _pool_ - boolean; (Optional) 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 0)
|
||||
|
||||
|
|
Loading…
Reference in a new issue