Skip to content

Commit

Permalink
cli: miner-info review
Browse files Browse the repository at this point in the history
  • Loading branch information
magik6k authored Oct 29, 2020
1 parent c80e8cb commit e168f7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/state.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ var stateMinerInfo = &cli.Command{
if err != nil {
return xerrors.Errorf("getting miner available balance: %w", err)
}
fmt.Printf("Miner available balance: %sss\n", types.FIL(availableBalance))
fmt.Printf("Available Balance: %s\n", types.FIL(availableBalance))
fmt.Printf("Owner:\t%s\n", mi.Owner)
fmt.Printf("Worker:\t%s\n", mi.Worker)
for i, controlAddress := range mi.ControlAddresses {
Expand Down

0 comments on commit e168f7a

Please sign in to comment.