Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrower95 committed Aug 30, 2024
1 parent 864f769 commit 032173a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cli/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ var specificValidator uint64 = math.MaxUint64
var estimateGas = false
var slashedValidatorIndex uint64

const DEFAULT_HEALTHCHECK_TOLERANCE = float64(5.0)
const DefaultHealthcheckTolerance = float64(5.0)

func main() {
var batchSize uint64
var forceCheckpoint = false
var disableColor = false
var verbose = false
var noPrompt = false
var tolerance = DEFAULT_HEALTHCHECK_TOLERANCE
var tolerance = DefaultHealthcheckTolerance

app := &cli.App{
Name: "Eigenlayer Proofs CLi",
Expand Down

0 comments on commit 032173a

Please sign in to comment.