We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de49663 commit b081c32Copy full SHA for b081c32
internal/policyengines/simple/simple_policy_engine.go
@@ -58,6 +58,7 @@ func (f *PolicyEngineFactory) NewPolicyEngine(ctx context.Context, prefix config
58
}
59
switch p.gasOracleMode {
60
case GasOracleModeConnector:
61
+ // No initialization required
62
case GasOracleModeRESTAPI:
63
p.gasOracleClient = ffresty.New(ctx, gasOraclePrefix)
64
default:
0 commit comments