feat: add custom max gas for block for sim config (#16656)

This commit is contained in:
mmsqe
2023-06-27 22:59:54 +00:00
committed by GitHub
parent 1fd25ac41c
commit 9b2fd7bad9
4 changed files with 13 additions and 4 deletions
+2 -1
View File
@@ -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
}