Skip to content

Commit

Permalink
Merge pull request #6664 from filecoin-project/chore/fix_check-client…
Browse files Browse the repository at this point in the history
…-datacap

Fix tiny error in check-client-datacap
  • Loading branch information
magik6k authored Jul 2, 2021
2 parents 35c0e3c + 30efcf2 commit bcb839a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/filplus.go
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ var filplusCheckClientCmd = &cli.Command{
return err
}
if dcap == nil {
return xerrors.Errorf("client %s is not a verified client", err)
return xerrors.Errorf("client %s is not a verified client", caddr)
}

fmt.Println(*dcap)
Expand Down

0 comments on commit bcb839a

Please sign in to comment.