Skip to content

Commit 7a88582

Browse files
Increase DefaultGasAdjustment to fix --gas=auto interaction (evmos#20)
Co-authored-by: Vladislav Varadinov <vladislav.varadinov@gmail.com>
1 parent dbadb80 commit 7a88582

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/flags/flags.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const (
1515
// DefaultGasAdjustment is applied to gas estimates to avoid tx execution
1616
// failures due to state changes that might occur between the tx simulation
1717
// and the actual run.
18-
DefaultGasAdjustment = 1.2
18+
DefaultGasAdjustment = 1.3
1919
DefaultGasLimit = 200000
2020

2121
FlagAuto = "auto"

0 commit comments

Comments
 (0)