Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sukantoraymond committed Dec 15, 2024
1 parent 12b596d commit 714fd0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions cmd/validatorcmd/increaseBalance.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ package validatorcmd

import (
"fmt"

"github.com/ava-labs/avalanche-cli/pkg/constants"
"github.com/ava-labs/avalanche-cli/pkg/keychain"
"github.com/ava-labs/avalanche-cli/pkg/subnet"
Expand Down
2 changes: 1 addition & 1 deletion pkg/constants/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const (
FastGRPCDialTimeout = 100 * time.Millisecond

FujiBootstrapTimeout = 15 * time.Minute
MainnetBootstrapTimeout = 10 * time.Hour
MainnetBootstrapTimeout = 2 * time.Hour

SSHServerStartTimeout = 1 * time.Minute
SSHScriptTimeout = 2 * time.Minute
Expand Down

0 comments on commit 714fd0f

Please sign in to comment.