Skip to content

Commit

Permalink
fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
sukantoraymond committed Aug 22, 2024
1 parent 53aeb73 commit d295cf5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion node/add_validator_primary.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ package node

import (
"fmt"

Check failure on line 7 in node/add_validator_primary.go

View workflow job for this annotation

GitHub Actions / Lint

File is not `gofumpt`-ed (gofumpt)
"github.com/ava-labs/avalanche-tooling-sdk-go/validator"

Check failure on line 8 in node/add_validator_primary.go

View workflow job for this annotation

GitHub Actions / Lint

File is not `goimports`-ed (goimports)
"time"

Check failure on line 9 in node/add_validator_primary.go

View workflow job for this annotation

GitHub Actions / Lint

File is not `gofumpt`-ed (gofumpt)

remoteconfig "github.com/ava-labs/avalanche-tooling-sdk-go/node/config"
Expand All @@ -30,7 +31,7 @@ import (
// and uses the wallet provided in the argument to pay for the transaction fee
func (h *Node) ValidatePrimaryNetwork(
network avalanche.Network,
validatorParams PrimaryNetworkValidatorParams,
validatorParams validator.PrimaryNetworkValidatorParams,
wallet wallet.Wallet,
) (ids.ID, error) {
if validatorParams.NodeID == ids.EmptyNodeID {
Expand Down

0 comments on commit d295cf5

Please sign in to comment.