fix other params

This commit is contained in:
Richard Patel 2021-10-20 17:10:32 +02:00
parent 4a6bf38d67
commit 889b0062a0
1 changed files with 2 additions and 2 deletions

View File

@ -28,13 +28,13 @@ type GetBlockProductionResult struct {
type GetBlockProductionOpts struct {
//
// This parameter is optional.
Commitment CommitmentType
Commitment CommitmentType `json:"commitment,omitempty"`
// Slot range to return block production for.
// If parameter not provided, defaults to current epoch.
//
// This parameter is optional.
Range *SlotRangeRequest
Range *SlotRangeRequest `json:"range,omitempty"`
// Only return results for this validator identity.
//