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

This commit is contained in:
Dirk McCormick
2020-07-01 12:23:40 +02:00
committed by Łukasz Magiera
parent 46f07faead
commit 00d18ca479
+1 -1
View File
@@ -235,7 +235,7 @@ var clientDealCmd = &cli.Command{
&cli.BoolFlag{
Name: "verified-deal",
Usage: "indicate that the deal counts towards verified client total",
Value: true,
Value: false,
},
&CidBaseFlag,
},