erigon-pulse/eth/ethconfig/erigon3_test_disable.go

8 lines
165 B
Go
Raw Normal View History

2023-03-29 04:51:05 +00:00
//go:build !erigon3 && !erigon4
package ethconfig
const EnableHistoryV3InTest = false
2023-03-29 04:51:05 +00:00
const EnableHistoryV4InTest = false
const EnableTransactionsV3InTest = false