Skip to content

Commit

Permalink
Update validator client jsdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
nflaig committed Oct 1, 2023
1 parent d507898 commit 1525c6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/validator/src/validator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ export class Validator {
}

/**
* Initialize and start a validator client and its varied sub-component services
* Initialize and start a validator client
*/
static async init(opts: ValidatorOptions, genesis: Genesis, metrics: Metrics | null = null): Promise<Validator> {
const {db, config: chainConfig, logger, slashingProtection, signers, valProposerConfig} = opts;
Expand Down

0 comments on commit 1525c6e

Please sign in to comment.