diff --git a/cmd/lotus-storage-miner/sectors.go b/cmd/lotus-storage-miner/sectors.go index 82eef4a33..3fd5aab07 100644 --- a/cmd/lotus-storage-miner/sectors.go +++ b/cmd/lotus-storage-miner/sectors.go @@ -70,7 +70,7 @@ var sectorsStatusCmd = &cli.Command{ fmt.Printf("CommR:\t\t%x\n", status.CommR) fmt.Printf("CommR*:\t\t%x\n", status.CommRStar) fmt.Printf("Proof:\t\t%x\n", status.Proof) - fmt.Printf("Pieces:\t\t%s\n", status.Pieces) + fmt.Printf("Pieces:\t\t%v\n", status.Pieces) return nil }, }