Skip to content

Commit

Permalink
revert startclientless
Browse files Browse the repository at this point in the history
  • Loading branch information
rbajollari committed Aug 1, 2024
1 parent 307696c commit 2bfebbe
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions oracle/oracle.go
Original file line number Diff line number Diff line change
Expand Up @@ -171,13 +171,10 @@ func (o *Oracle) Start(ctx context.Context) error {
// price feeder natively.
func (o *Oracle) StartClientless(
ctx context.Context,
params oracletypes.Params,
tickSleep time.Duration,
) error {
// start with most up to date oracle params
params, err := o.GetParams(ctx)
if err != nil {
return err
}
o.paramCache.UpdateParamCache(0, params, nil)

for {
Expand Down

0 comments on commit 2bfebbe

Please sign in to comment.