Skip to content

Commit

Permalink
Merge branch 'master' into metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
PlasmaPower authored Jul 11, 2024
2 parents 0e9f589 + e52de0a commit 20441ba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/merge-checks.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Merge Checks

on:
pull_request:
pull_request_target:
branches: [ master ]
types: [synchronize, opened, reopened, labeled, unlabeled]

Expand Down
4 changes: 0 additions & 4 deletions internal/ethapi/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -1285,10 +1285,6 @@ func DoEstimateGas(ctx context.Context, b Backend, args TransactionArgs, blockNr

// Arbitrum: raise the gas cap to ignore L1 costs so that it's compute-only
{
state, header, err := b.StateAndHeaderByNumberOrHash(ctx, blockNrOrHash)
if state == nil || err != nil {
return 0, err
}
gasCap, err = args.L2OnlyGasCap(gasCap, header, state, core.MessageGasEstimationMode)
if err != nil {
return 0, err
Expand Down

0 comments on commit 20441ba

Please sign in to comment.