fix: change default for lotus client deal --verified-deal to false

This commit is contained in:
Dirk McCormick 2020-06-30 17:24:51 -04:00 committed by Łukasz Magiera
parent 46f07faead
commit 00d18ca479

View File

@ -235,7 +235,7 @@ var clientDealCmd = &cli.Command{
&cli.BoolFlag{ &cli.BoolFlag{
Name: "verified-deal", Name: "verified-deal",
Usage: "indicate that the deal counts towards verified client total", Usage: "indicate that the deal counts towards verified client total",
Value: true, Value: false,
}, },
&CidBaseFlag, &CidBaseFlag,
}, },