We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 944de99 commit f77b8aeCopy full SHA for f77b8ae
coordinator/internal/logic/auth/login.go
@@ -42,7 +42,7 @@ func NewLoginLogic(db *gorm.DB, cfg *config.Config, vf *verifier.Verifier) *Logi
42
43
var highHardForks []string
44
highHardForks = append(highHardForks, cfg.ProverManager.Verifier.HighVersionCircuit.ForkName)
45
- if cfg.ProverManager.Verifier.LowVersionCircuit.ForkName != "euclid" {
+ if cfg.ProverManager.Verifier.HighVersionCircuit.ForkName != "euclid" {
46
highHardForks = append(highHardForks, cfg.ProverManager.Verifier.LowVersionCircuit.ForkName)
47
}
48
proverVersionHardForkMap[cfg.ProverManager.Verifier.HighVersionCircuit.MinProverVersion] = highHardForks
0 commit comments