fix: change default for lotus client deal --verified-deal to false
This commit is contained in:
parent
46f07faead
commit
00d18ca479
@ -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,
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user