mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-12 04:30:04 +00:00
Fixing Validator Config (#7940)
Co-authored-by: Preston Van Loon <preston@prysmaticlabs.com> Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
This commit is contained in:
parent
edb40ddea4
commit
639dcb028c
@ -212,6 +212,11 @@ func ConfigureValidator(ctx *cli.Context) {
|
||||
"upon completing web onboarding.")
|
||||
cfg.WriteWalletPasswordOnWebOnboarding = true
|
||||
}
|
||||
cfg.EnableBlst = true
|
||||
if ctx.Bool(disableBlst.Name) {
|
||||
log.Warn("Disabling new BLS library blst")
|
||||
cfg.EnableBlst = false
|
||||
}
|
||||
Init(cfg)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user