From b99165906e0c3566102ae96233bad6eda8c1d393 Mon Sep 17 00:00:00 2001 From: Omar Murad Date: Fri, 19 Feb 2021 14:29:26 -0500 Subject: [PATCH] Type fix in monero-wallet-rpc-reference --- docs/interacting/monero-wallet-rpc-reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/interacting/monero-wallet-rpc-reference.md b/docs/interacting/monero-wallet-rpc-reference.md index 8e2d421..4240cda 100644 --- a/docs/interacting/monero-wallet-rpc-reference.md +++ b/docs/interacting/monero-wallet-rpc-reference.md @@ -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)