Skip to content

Commit

Permalink
feat(taiko-client): improve proposer gas estimation
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtaikocha committed Jan 7, 2025
1 parent 64e338a commit bc736e9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ func (b *TxBuilderWithFallback) estimateCandidateCost(
msg := ethereum.CallMsg{
From: txMgr.From(),
To: candidate.To,
Gas: candidate.GasLimit,
Value: candidate.Value,
Data: candidate.TxData,
}
Expand Down

0 comments on commit bc736e9

Please sign in to comment.