Merge pull request #10920 from filecoin-project/lotus-fountain-dealsize
fix:lotus-fountain:set default data-cap same as MinVerifiedDealSize
This commit is contained in:
commit
fdd013c103
@ -78,7 +78,7 @@ var runCmd = &cli.Command{
|
|||||||
&cli.Uint64Flag{
|
&cli.Uint64Flag{
|
||||||
Name: "data-cap",
|
Name: "data-cap",
|
||||||
EnvVars: []string{"LOTUS_DATACAP_AMOUNT"},
|
EnvVars: []string{"LOTUS_DATACAP_AMOUNT"},
|
||||||
Value: 10240,
|
Value: verifregtypes9.MinVerifiedDealSize.Uint64(),
|
||||||
},
|
},
|
||||||
&cli.Float64Flag{
|
&cli.Float64Flag{
|
||||||
Name: "captcha-threshold",
|
Name: "captcha-threshold",
|
||||||
|
Loading…
Reference in New Issue
Block a user