From c4ee1ab71008d4ee3e6b106b655cd017b60c85ab Mon Sep 17 00:00:00 2001 From: Trent Nelson Date: Wed, 10 Mar 2021 23:03:46 -0700 Subject: [PATCH] docs: deprecate lastvalidslot field of jsonrpc getfees --- docs/src/developing/clients/jsonrpc-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/developing/clients/jsonrpc-api.md b/docs/src/developing/clients/jsonrpc-api.md index ea2d69420d..099ad62327 100644 --- a/docs/src/developing/clients/jsonrpc-api.md +++ b/docs/src/developing/clients/jsonrpc-api.md @@ -1212,7 +1212,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: ` - last slot in which a blockhash will be valid (NOTE: this can be inaccurate when there are [skipped slots](../../terminology.md#skipped-slot)) +- `lastValidSlot: ` - DEPRECATED - this value is inaccurate and should not be relied upon #### Example: