Skip to content

Commit

Permalink
Add comment for deliberately empty branch
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Broadhurst <peter.broadhurst@kaleido.io>
  • Loading branch information
peterbroadhurst committed Apr 30, 2022
1 parent de49663 commit b081c32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/policyengines/simple/simple_policy_engine.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ func (f *PolicyEngineFactory) NewPolicyEngine(ctx context.Context, prefix config
}
switch p.gasOracleMode {
case GasOracleModeConnector:
// No initialization required
case GasOracleModeRESTAPI:
p.gasOracleClient = ffresty.New(ctx, gasOraclePrefix)
default:
Expand Down

0 comments on commit b081c32

Please sign in to comment.