Skip to content

Commit

Permalink
Lowered vrf eligibility threshold to Info (#6158)
Browse files Browse the repository at this point in the history
  • Loading branch information
pigmej committed Jul 19, 2024
1 parent de2e253 commit 8e8cff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hare3/eligibility/oracle.go
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ func (o *Oracle) Validate(
if !fixed.BinCDF(n, p, x-1).GreaterThan(vrfFrac) && vrfFrac.LessThan(fixed.BinCDF(n, p, x)) {
return true, nil
}
o.log.WithContext(ctx).With().Warning("eligibility: node did not pass vrf eligibility threshold",
o.log.WithContext(ctx).With().Info("eligibility: node did not pass vrf eligibility threshold",
layer,
log.Uint32("round", round),
log.Int("committee_size", committeeSize),
Expand Down

0 comments on commit 8e8cff9

Please sign in to comment.