Skip to content

Commit

Permalink
Add comment to networking params
Browse files Browse the repository at this point in the history
  • Loading branch information
nflaig committed Jan 22, 2024
1 parent 6cf4516 commit e94355b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/validator/src/util/params.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ function getSpecCriticalParams(localConfig: ChainConfig): Record<keyof ConfigWit
DEPOSIT_NETWORK_ID: false, // Non-critical
DEPOSIT_CONTRACT_ADDRESS: true,

// Networking
// Networking (non-critical as those do not affect consensus)
MIN_EPOCHS_FOR_BLOB_SIDECARS_REQUESTS: false,

// # Phase0Preset
Expand Down

0 comments on commit e94355b

Please sign in to comment.