2023-03-29 21:01:27 +07:00
|
|
|
//go:build !erigon3 && !e3 && !erigon4 && !e4
|
2022-09-26 10:54:42 +07:00
|
|
|
|
|
|
|
package ethconfig
|
|
|
|
|
|
|
|
const EnableHistoryV3InTest = false
|
2023-03-29 11:51:05 +07:00
|
|
|
const EnableHistoryV4InTest = false
|
2023-05-23 14:49:17 +07:00
|
|
|
const EnableTxsV3InTest = false
|