Skip to content

Commit

Permalink
chore(backport): defaultGenTxGas to 10 times (cosmos#12314) (#357)
Browse files Browse the repository at this point in the history
Co-authored-by: HaeSung <hea9549.github@gmail.com>
  • Loading branch information
p0mvn and hea9549 committed Oct 13, 2022
1 parent d738efc commit 9815786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simapp/helpers/test_helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
// TODO: Implement a tool to check for gas growth. For now,
// we must increase this across the board for longer runs to work
const (
DefaultGenTxGas = 2000000
DefaultGenTxGas = 10000000
SimAppChainID = "simulation-app"
)

Expand Down

0 comments on commit 9815786

Please sign in to comment.