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:
Łukasz Magiera 2023-05-26 09:35:13 +02:00 committed by GitHub
commit fdd013c103
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -78,7 +78,7 @@ var runCmd = &cli.Command{
&cli.Uint64Flag{
Name: "data-cap",
EnvVars: []string{"LOTUS_DATACAP_AMOUNT"},
Value: 10240,
Value: verifregtypes9.MinVerifiedDealSize.Uint64(),
},
&cli.Float64Flag{
Name: "captcha-threshold",