Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sukantoraymond committed Sep 23, 2024
1 parent 361bf60 commit 7cc625e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions cmd/blockchaincmd/deploy.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ import (
"path/filepath"
"strings"

"github.com/ethereum/go-ethereum/common"

"github.com/ava-labs/avalanche-cli/pkg/utils"

"github.com/ava-labs/avalanche-cli/pkg/binutils"
Expand Down Expand Up @@ -585,10 +583,6 @@ func deployBlockchain(cmd *cobra.Command, args []string) error {
return app.UpdateSidecarNetworks(&sidecar, network, subnetID, blockchainID, "", "", bootstrapValidators)
}

func getValidatorContractOwnerAddr() (common.Address, error) {
return app.Prompt.CaptureAddress("What is the EVM address that will control the Validator Manager Contract?")
}

func ValidateSubnetNameAndGetChains(args []string) ([]string, error) {
// this should not be necessary but some bright guy might just be creating
// the genesis by hand or something...
Expand Down

0 comments on commit 7cc625e

Please sign in to comment.