Skip to content

Commit

Permalink
fix: defaultGenTxGas to 10 times (cosmos#12314)
Browse files Browse the repository at this point in the history
  • Loading branch information
hea9549 authored and randy75828 committed Aug 10, 2022
1 parent 969cf34 commit df45321
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 @@ -14,7 +14,7 @@ import (

// SimAppChainID hardcoded chainID for simulation
const (
DefaultGenTxGas = 1000000
DefaultGenTxGas = 10000000
SimAppChainID = "simulation-app"
)

Expand Down

0 comments on commit df45321

Please sign in to comment.