Skip to content

Commit

Permalink
Update bindings/nodejs/lib/types/models/info/node-info-metrics.ts
Browse files Browse the repository at this point in the history
Co-authored-by: /alex/ <[email protected]>
  • Loading branch information
Thoralf-M and Alex6323 committed Sep 1, 2023
1 parent 4317afd commit 22119e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/nodejs/lib/types/models/info/node-info-metrics.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export interface INodeInfoMetrics {
*/
confirmedBlocksPerSecond: string;
/**
* The ratio of confirmed blocks in relation to new blocks of the last confirmed slot.
* The ratio of confirmed blocks to new blocks of the last confirmed slot.
*/
confirmationRate: string;
}

0 comments on commit 22119e7

Please sign in to comment.