Skip to content

Commit

Permalink
Increase DefaultGasAdjustment to fix --gas=auto interaction (#20)
Browse files Browse the repository at this point in the history
Co-authored-by: Vladislav Varadinov <[email protected]>
  • Loading branch information
0a1c and Vvaradinov committed Mar 23, 2023
1 parent dbadb80 commit 7a88582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/flags/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const (
// DefaultGasAdjustment is applied to gas estimates to avoid tx execution
// failures due to state changes that might occur between the tx simulation
// and the actual run.
DefaultGasAdjustment = 1.2
DefaultGasAdjustment = 1.3
DefaultGasLimit = 200000

FlagAuto = "auto"
Expand Down

0 comments on commit 7a88582

Please sign in to comment.