getBlockProduction now correctly reports block production (#17116)
(cherry picked from commit d6c076f1b6
)
Co-authored-by: Michael Vines <mvines@gmail.com>
This commit is contained in:
@@ -701,7 +701,7 @@ The result will be an RpcResponse JSON object with `value` equal to:
|
||||
- `byIdentity: <object>` - a dictionary of validator identities,
|
||||
as base-58 encoded strings. Value is a two element array containing the
|
||||
number of leader slots and the number of blocks produced.
|
||||
- `range: <object>` - Slot range to return block production for. If parameter not provided, defaults to current epoch.
|
||||
- `range: <object>` - Block production slot range
|
||||
- `firstSlot: <u64>` - first slot of the block production information (inclusive)
|
||||
- `lastSlot: <u64>` - last slot of block production information (inclusive)
|
||||
|
||||
|
Reference in New Issue
Block a user