Skip to content

Commit

Permalink
Update private description and lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ensi321 committed Oct 24, 2023
1 parent 10c6a05 commit cc5ffe4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/beacon-node/src/eth1/provider/jwt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import jwt from "jwt-simple";

const {encode, decode} = jwt;

/**
/**
* jwt token has iat which is issued at unix timestamp, an optional exp for expiry,
* an optional id as unique identifier, and an optional clv for client type/version
*/
Expand Down
3 changes: 2 additions & 1 deletion packages/cli/src/cmds/beacon/options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,8 @@ export const beaconExtraOptions: CliCommandOptions<BeaconExtraArgs> = {
},

private: {
description: "Do not send implementation details over p2p identify protocol and in builder requests",
description:
"Do not send implementation details over p2p identify protocol and in builder, execution engine and eth1 requests",
type: "boolean",
},

Expand Down

0 comments on commit cc5ffe4

Please sign in to comment.