mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-03 09:37:38 +00:00
8 lines
156 B
Go
8 lines
156 B
Go
//go:build erigon4 || e4
|
|
|
|
package ethconfig
|
|
|
|
const EnableHistoryV3InTest = true
|
|
const EnableHistoryV4InTest = true
|
|
const EnableTransactionsV3InTest = false
|