mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-31 16:21:21 +00:00
8 lines
179 B
Go
8 lines
179 B
Go
//go:build !erigon3 && !e3 && !erigon4 && !e4
|
|
|
|
package ethconfig
|
|
|
|
const EnableHistoryV3InTest = false
|
|
const EnableHistoryV4InTest = false
|
|
const EnableTransactionsV3InTest = false
|