Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
p0mvn committed Aug 14, 2024
1 parent 1a07d9e commit 1826546
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ func (o *orderbookFillerIngestPlugin) ProcessEndBlock(ctx context.Context, block

blockGasPrice := blockCtx.GetGasPrice()
if err := o.tryFill(ctx, txCtx, blockGasPrice); err != nil {

if len(originalMsgs) == 1 {
o.logger.Error("failed to fill", zap.Error(err))
return err
Expand All @@ -177,7 +176,6 @@ func (o *orderbookFillerIngestPlugin) ProcessEndBlock(ctx context.Context, block

// Try to fill each message indivdually
for _, msg := range originalMsgs {

// Create a new transaction context for each message
curTxCtx := txctx.New()

Expand Down

0 comments on commit 1826546

Please sign in to comment.