Commit 96ebda4d authored by Michael de Hoog's avatar Michael de Hoog Committed by GitHub

Update op-service/txmgr/cli.go

Co-authored-by: default avatarJoshua Gutow <jbgutow@gmail.com>
parent 8dc16176
......@@ -123,7 +123,7 @@ func CLIFlagsWithDefaults(envPrefix string, defaults DefaultFlagValues) []cli.Fl
Name: FeeLimitMultiplierFlagName,
Usage: "The multiplier applied to fee suggestions to put a hard limit on fee increases",
Value: defaults.FeeLimitMultiplier,
EnvVars: prefixEnvVars("FEE_LIMIT_MULTIPLIER"),
EnvVars: prefixEnvVars("TXMGR_FEE_LIMIT_MULTIPLIER"),
},
&cli.DurationFlag{
Name: ResubmissionTimeoutFlagName,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment