docs: deprecate lastvalidslot field of jsonrpc getfees

This commit is contained in:
Trent Nelson 2021-03-10 23:03:46 -07:00 committed by mergify[bot]
parent 45190f6281
commit c4ee1ab710

View File

@ -1212,7 +1212,7 @@ The result will be an RpcResponse JSON object with `value` set to a JSON object
- `blockhash: <string>` - a Hash as base-58 encoded string
- `feeCalculator: <object>` - FeeCalculator object, the fee schedule for this block hash
- `lastValidSlot: <u64>` - last slot in which a blockhash will be valid (NOTE: this can be inaccurate when there are [skipped slots](../../terminology.md#skipped-slot))
- `lastValidSlot: <u64>` - DEPRECATED - this value is inaccurate and should not be relied upon
#### Example: