Skip to content

Commit

Permalink
refactor gasUsed to validate break even gas price to match sequencer …
Browse files Browse the repository at this point in the history
  • Loading branch information
tclemos authored Feb 10, 2024
1 parent 2e79d28 commit 361cb86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pool/pool.go
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@ func (p *Pool) StoreTx(ctx context.Context, tx types.Transaction, ip string, isW

poolTx := NewTransaction(tx, ip, isWIP)
poolTx.ZKCounters = preExecutionResponse.usedZkCounters
poolTx.GasUsed = preExecutionResponse.txResponse.GasUsed

return p.storage.AddTx(ctx, *poolTx)
}
Expand Down

0 comments on commit 361cb86

Please sign in to comment.