Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sukantoraymond committed Nov 14, 2024
1 parent 035151c commit aebdeec
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkg/node/local.go
Original file line number Diff line number Diff line change
Expand Up @@ -623,10 +623,10 @@ func LocalStatus(app *application.Avalanche, clusterName string, blockchainName
}

func GetInfo(uri string, blockchainID string) (
ids.NodeID, // nodeID
ids.NodeID, // nodeID
*signer.ProofOfPossession, // nodePOP
bool, // isBootstrapped
error, // error
bool, // isBootstrapped
error, // error
) {
client := info.NewClient(uri)
ctx, cancel := utils.GetAPILargeContext()
Expand All @@ -644,7 +644,7 @@ func GetInfo(uri string, blockchainID string) (

func GetBlockchainStatus(uri string, blockchainID string) (
string, // status
error, // error
error, // error
) {
client := platformvm.NewClient(uri)
ctx, cancel := utils.GetAPILargeContext()
Expand Down

0 comments on commit aebdeec

Please sign in to comment.