Merge pull request #23 from omurad/typo-fix

Typo fix in monero-wallet-rpc-reference
This commit is contained in:
Piotr Włodarek 2021-02-24 10:22:10 +00:00 committed by GitHub
commit 1505e6862b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)