Skip to content

Commit

Permalink
fix statx output string (#1451)
Browse files Browse the repository at this point in the history
  • Loading branch information
LexLuthr committed May 16, 2023
1 parent 803878f commit 961657b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions cmd/boostx/stats_cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@ package main

import (
"fmt"
"github.com/filecoin-project/boost/retrievalmarket/lp2pimpl"
transports_types "github.com/filecoin-project/boost/retrievalmarket/types"
"regexp"
"sort"
"strings"
"sync"

"github.com/filecoin-project/boost/retrievalmarket/lp2pimpl"
transports_types "github.com/filecoin-project/boost/retrievalmarket/types"

clinode "github.com/filecoin-project/boost/cli/node"
"github.com/filecoin-project/boost/cmd"
"github.com/filecoin-project/boostd-data/shared/cliutil"
Expand Down Expand Up @@ -223,7 +224,7 @@ var statsCmd = &cli.Command{
fmt.Println("Total Boost nodes:", boostNodes)
fmt.Println("Total Boost raw power:", boostRawBytePower)
fmt.Println("Total Boost quality adj power:", boostQualityAdjPower)
fmt.Println("Total Lotus Markets nodes:", marketsNodes)
fmt.Println("Total Markets nodes:", marketsNodes)
fmt.Println("Total SPs with minimum power: ", len(withMinPower))
fmt.Println("Total Indexer nodes:", indexerNodes)

Expand Down

0 comments on commit 961657b

Please sign in to comment.