feat: add custom max gas for block for sim config (#16656)
This commit is contained in:
@@ -22,5 +22,6 @@ type Config struct {
|
||||
OnOperation bool // run slow invariants every operation
|
||||
AllInvariants bool // print all failed invariants if a broken invariant is found
|
||||
|
||||
DBBackend string // custom db backend type
|
||||
DBBackend string // custom db backend type
|
||||
BlockMaxGas int64 // custom max gas for block
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user