Skip to content

Commit

Permalink
Update against latest go-ethereum merge-v1.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Tristan-Wilson committed Nov 13, 2023
1 parent d93a694 commit f41c60c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go-ethereum
2 changes: 1 addition & 1 deletion nodeInterface/NodeInterface.go
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ func (n NodeInterface) GasEstimateComponents(
block := rpc.BlockNumberOrHashWithHash(n.header.Hash(), false)
args := n.messageArgs(evm, value, to, contractCreation, data)

totalRaw, err := arbitrum.EstimateGas(context, backend, args, block, gasCap)
totalRaw, err := arbitrum.EstimateGas(context, backend, args, block, nil, gasCap)
if err != nil {
return 0, 0, nil, nil, err
}
Expand Down

0 comments on commit f41c60c

Please sign in to comment.