From 87e0aa1b74a79006e61d1e48ca62ff0120c00bf4 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Fri, 25 Mar 2022 21:36:53 -0700 Subject: [PATCH] improve arg documentation --- docs/src/developing/clients/jsonrpc-api.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/developing/clients/jsonrpc-api.md b/docs/src/developing/clients/jsonrpc-api.md index 9daacb8c84..bf2c1326a7 100644 --- a/docs/src/developing/clients/jsonrpc-api.md +++ b/docs/src/developing/clients/jsonrpc-api.md @@ -1531,7 +1531,7 @@ Returns the latest blockhash - `RpcResponse` - RpcResponse JSON object with `value` field set to a JSON object including: - `blockhash: ` - a Hash as base-58 encoded string -- `lastValidBlockHeight: u64` - Slot +- `lastValidBlockHeight: ` - last [block height](../../terminology.md#block-height) at which the blockhash will be valid #### Example: @@ -5147,7 +5147,7 @@ The result will be an RpcResponse JSON object with `value` set to a JSON object - `blockhash: ` - a Hash as base-58 encoded string - `feeCalculator: ` - FeeCalculator object, the fee schedule for this block hash - `lastValidSlot: ` - DEPRECATED - this value is inaccurate and should not be relied upon -- `lastValidBlockHeight: ` - last [block height](../../terminology.md#block-height) at which a blockhash will be valid +- `lastValidBlockHeight: ` - last [block height](../../terminology.md#block-height) at which the blockhash will be valid #### Example: