Increase the message fee cap upper bounds in PCR.

This commit is contained in:
Jennifer 2020-10-07 17:07:19 -04:00 committed by GitHub
parent 1268cfbfcd
commit e55b00f358
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -392,13 +392,13 @@ var runCmd = &cli.Command{
Name: "pre-fee-cap-max",
EnvVars: []string{"LOTUS_PCR_PRE_FEE_CAP_MAX"},
Usage: "messages with a fee cap larger than this will be skipped when processing pre commit messages",
Value: "0.0000000001",
Value: "0.000000001",
},
&cli.StringFlag{
Name: "prove-fee-cap-max",
EnvVars: []string{"LOTUS_PCR_PROVE_FEE_CAP_MAX"},
Usage: "messages with a prove cap larger than this will be skipped when processing pre commit messages",
Value: "0.0000000001",
Value: "0.000000001",
},
},
Action: func(cctx *cli.Context) error {